Skip to content

Commit

Permalink
Update auto.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashita committed Feb 16, 2023
1 parent c77cd73 commit 3f792fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function AutoBlockPreview( {
bodyElement.style.boxSizing = 'border-box';
bodyElement.style.position = 'absolute';
bodyElement.style.width = '100%';
bodyElement.spellcheck = 0;
}, [] ) }
aria-hidden
tabIndex={ -1 }
Expand All @@ -99,7 +100,6 @@ function AutoBlockPreview( {
? __experimentalMinHeight / scale
: __experimentalMinHeight,
} }
spellcheck="false"
>
{ contentResizeListener }
{
Expand Down

0 comments on commit 3f792fe

Please sign in to comment.