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:
Domenic Horner 2025-03-09 22:10:01 +08:00 committed by GitHub
parent ddaf6e17eb
commit 4e335efb1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
<textarea
ref="overlay"
class="overlay"
spellcheck="false"
tabindex="0"
data-gramm="false"
:style="{ pointerEvents: hosting ? 'auto' : 'none' }"