- webPreferences spellcheck:false — Chromium 맞춤법 검사기가 한글 조합을 방해해
첫 자음이 중복('ㅅ사')되던 Electron 알려진 버그 회피 (APK/모바일은 정상이라 데스크톱 전용 이슈)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -55,6 +55,8 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
contextIsolation: true,
|
||||
nodeIntegration: false,
|
||||
// 한글 IME 첫 글자 중복 입력 방지 — Chromium 맞춤법 검사기가 조합을 방해하는 Electron 알려진 버그 회피
|
||||
spellcheck: false,
|
||||
},
|
||||
})
|
||||
if (s?.maximized) win.maximize()
|
||||
|
||||
Reference in New Issue
Block a user