Merge branch 'dev'
CI / build (push) Successful in 34s
Deploy / deploy (push) Failing after 11m39s

This commit is contained in:
ByungCheol
2026-06-07 17:43:18 +09:00
+2
View File
@@ -55,6 +55,8 @@ function createWindow() {
webPreferences: { webPreferences: {
contextIsolation: true, contextIsolation: true,
nodeIntegration: false, nodeIntegration: false,
// 한글 IME 첫 글자 중복 입력 방지 — Chromium 맞춤법 검사기가 조합을 방해하는 Electron 알려진 버그 회피
spellcheck: false,
}, },
}) })
if (s?.maximized) win.maximize() if (s?.maximized) win.maximize()