remove text/plain MIME type

This commit is contained in:
Skyler Lehmkuhl 2025-01-18 03:44:00 -05:00
parent 268790943f
commit babd2ebbdc
2 changed files with 1 additions and 3 deletions

View File

@ -51,8 +51,7 @@
{ {
"ext": [ "ext": [
"beam" "beam"
], ]
"mimeType": "text/plain"
} }
] ]
} }

View File

@ -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",