From c9d39e323d644c3cfc1a4e5afc29aa3ad893b1fc Mon Sep 17 00:00:00 2001 From: Scott Rocher Date: Tue, 1 Oct 2019 12:51:40 -0700 Subject: [PATCH] Disable the Grammarly chrome extension on Cactus This was causing issues with rendering due to the way the extension was injecting itself into our HTML. https://stackoverflow.com/questions/37444906/how-to-stop-extensions-add-ons-like-grammarly-on-contenteditable-editors --- web/src/scripts/components/PromptContentCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/scripts/components/PromptContentCard.vue b/web/src/scripts/components/PromptContentCard.vue index 618e331c..a75c2fb3 100644 --- a/web/src/scripts/components/PromptContentCard.vue +++ b/web/src/scripts/components/PromptContentCard.vue @@ -164,6 +164,7 @@