Skip to content

Commit

Permalink
fix: add properties to ignore grammarly (#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk authored Jun 29, 2023
1 parent c427c15 commit 2e8a86f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-steaks-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@toptal/picasso-rich-text-editor': patch
---

- properties were added to block Grammarly from accessing rich text editor fields
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ const QuillEditorView = forwardRef<HTMLDivElement, QuillEditorViewProps>(
size='medium'
className={classes.root}
data-testid={dataTestId}
data-gramm_editor='false'
data-enable-grammarly='false'
data-gramm='false'
id={id}
ref={ref}
/>
Expand Down

0 comments on commit 2e8a86f

Please sign in to comment.