remove text/plain MIME type
This commit is contained in:
parent
268790943f
commit
babd2ebbdc
|
|
@ -51,8 +51,7 @@
|
||||||
{
|
{
|
||||||
"ext": [
|
"ext": [
|
||||||
"beam"
|
"beam"
|
||||||
],
|
]
|
||||||
"mimeType": "text/plain"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -350,7 +350,6 @@ let context = {
|
||||||
let config = {
|
let config = {
|
||||||
shortcuts: {
|
shortcuts: {
|
||||||
playAnimation: " ",
|
playAnimation: " ",
|
||||||
// undo: "<ctrl>+z"
|
|
||||||
undo: "<mod>z",
|
undo: "<mod>z",
|
||||||
redo: "<mod>Z",
|
redo: "<mod>Z",
|
||||||
new: "<mod>n",
|
new: "<mod>n",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue