From 3db224eaa652b06f9014841253290c17eb69cb89 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 12 May 2024 15:35:34 -0400 Subject: [PATCH] fix(playground): disable spellcheck on code editor --- playground/src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/playground/src/App.vue b/playground/src/App.vue index 6886ef2..2c6a665 100644 --- a/playground/src/App.vue +++ b/playground/src/App.vue @@ -307,6 +307,7 @@ if (import.meta.hot) { id="input" v-model="input" class="absolute top-0 left-0 inset-0 caret-gray w-full h-full resize-none of-hidden p4 bg-transparent z-1 font-mono text-transparent" + spellcheck="false" />