From 4e335efb1e690639210ec543af7362b6d6c6c2bb Mon Sep 17 00:00:00 2001 From: Domenic Horner Date: Sun, 9 Mar 2025 22:10:01 +0800 Subject: [PATCH] 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 --- client/src/components/video.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/video.vue b/client/src/components/video.vue index 8e396275..ab11cfdf 100644 --- a/client/src/components/video.vue +++ b/client/src/components/video.vue @@ -11,6 +11,7 @@