mirror of
https://github.com/m1k1o/neko.git
synced 2025-10-26 11:11:59 +00:00
disable textarea spellcheck (in firefox) (#482)
* Update policies.json added `browser.tabs.allowTabDetach` to prevent drag-detaching tabs into seperate windows * disable spellcheck on the text area
This commit is contained in:
parent
ddaf6e17eb
commit
4e335efb1e
@ -11,6 +11,7 @@
|
||||
<textarea
|
||||
ref="overlay"
|
||||
class="overlay"
|
||||
spellcheck="false"
|
||||
tabindex="0"
|
||||
data-gramm="false"
|
||||
:style="{ pointerEvents: hosting ? 'auto' : 'none' }"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user