#12 - disabling spelleck on search input
This commit is contained in:
@@ -84,6 +84,7 @@ export class OmnisearchModal extends SuggestModal<ResultNote> {
|
|||||||
this.inputEl.value = this.plugin.lastSearch
|
this.inputEl.value = this.plugin.lastSearch
|
||||||
this.inputEl.dispatchEvent(event)
|
this.inputEl.dispatchEvent(event)
|
||||||
this.inputEl.select()
|
this.inputEl.select()
|
||||||
|
this.inputEl.spellcheck = false
|
||||||
}
|
}
|
||||||
|
|
||||||
this.inputEl.onkeydown = this.onKeydown.bind(this)
|
this.inputEl.onkeydown = this.onKeydown.bind(this)
|
||||||
|
|||||||
Reference in New Issue
Block a user