mirror of
https://github.com/lencx/ChatGPT.git
synced 2026-02-06 14:16:45 +00:00
format
This commit is contained in:
parent
95f8c16be0
commit
fde75aa81e
4
src-tauri/src/scripts/core.js
vendored
4
src-tauri/src/scripts/core.js
vendored
@ -102,8 +102,8 @@ async function init() {
|
||||
});
|
||||
|
||||
// Fix Chinese input method "Enter" on Safari
|
||||
document.addEventListener("keydown",(e)=>{
|
||||
if(e.keyCode==229) e.stopPropagation();
|
||||
document.addEventListener("keydown", (e) => {
|
||||
if(e.keyCode == 229) e.stopPropagation();
|
||||
}, true)
|
||||
|
||||
if (window.location.host === 'chat.openai.com') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user