Skip to content

Commit

Permalink
Merge pull request #173 from newfold-labs/add/PRESS2-575-add-spellche…
Browse files Browse the repository at this point in the history
…ck-false-to-iframe

Add spellcheck="false" to preview iframe
  • Loading branch information
arunshenoy99 authored Feb 28, 2023
2 parents f102a2c + 3f792fe commit dd9702a
Showing 1 changed file with 1 addition and 0 deletions.
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 Down

0 comments on commit dd9702a

Please sign in to comment.