Skip to content

Commit

Permalink
Disable the Grammarly chrome extension on Cactus
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rochers committed Oct 1, 2019
1 parent 35ea3bd commit c9d39e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/scripts/components/PromptContentCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
<textarea ref="reflectionInput"
type="text"
rows="1"
data-gramm="false"
v-model="response.content.text"
v-on:click.stop
:class="{hasValue: !!response.content.text}"
Expand Down

0 comments on commit c9d39e3

Please sign in to comment.