Skip to content

Commit

Permalink
fix: add properties to ignore grammarly
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Jun 28, 2023
1 parent c427c15 commit 3d92481
Showing 1 changed file with 3 additions and 0 deletions.
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 3d92481

Please # to comment.