chore: disable spellcheck in renderer inputs
This commit is contained in:
@@ -23,6 +23,7 @@ function createWindow() {
|
||||
preload: join(__dirname, "../preload/index.js"),
|
||||
contextIsolation: true,
|
||||
nodeIntegration: false,
|
||||
spellcheck: false,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user