From babd2ebbdcb1ee047ef2c53144fedb15aa4ea62e Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sat, 18 Jan 2025 03:44:00 -0500 Subject: [PATCH] remove text/plain MIME type --- src-tauri/tauri.conf.json | 3 +-- src/main.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6905ad8..022b1f8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,8 +51,7 @@ { "ext": [ "beam" - ], - "mimeType": "text/plain" + ] } ] } diff --git a/src/main.js b/src/main.js index ee65f89..9d14ab6 100644 --- a/src/main.js +++ b/src/main.js @@ -350,7 +350,6 @@ let context = { let config = { shortcuts: { playAnimation: " ", - // undo: "+z" undo: "z", redo: "Z", new: "n",