chore: disable spellcheck in renderer inputs
This commit is contained in:
@@ -23,6 +23,7 @@ function createWindow() {
|
|||||||
preload: join(__dirname, "../preload/index.js"),
|
preload: join(__dirname, "../preload/index.js"),
|
||||||
contextIsolation: true,
|
contextIsolation: true,
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
|
spellcheck: false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -716,6 +716,7 @@ export default function PromptInput(props: PromptInputProps) {
|
|||||||
disabled={props.disabled}
|
disabled={props.disabled}
|
||||||
rows={1}
|
rows={1}
|
||||||
style={attachments().length > 0 ? { "padding-top": "8px" } : {}}
|
style={attachments().length > 0 ? { "padding-top": "8px" } : {}}
|
||||||
|
spellcheck={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user