Skip to content

Commit cc0d1e3

Browse files
Update core.js
1 parent c631b7e commit cc0d1e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-tauri/src/js/core.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ async function init() {
5151
}
5252
});
5353

54-
document.addEventListener("keydown", (e) => { if(e.keyCode == 229) e.stopPropagation(); }, true)
5554
if (window.location.host === 'chat.openai.com') {
5655

5756
}
@@ -64,4 +63,4 @@ if (
6463
init();
6564
} else {
6665
document.addEventListener("DOMContentLoaded", init);
67-
}
66+
}

0 commit comments

Comments
 (0)