Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 68332b0

Browse files
committed
Remove formating
1 parent dd68546 commit 68332b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/edit.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ const edit = ( { attributes, className, setAttributes } ) => {
183183
<RichText
184184
{ ...textAreaProps }
185185
preserveWhiteSpace={ true }
186+
allowedFormats={ [] }
187+
withoutInteractiveFormatting={ true }
186188
/>
187189
</pre>
188190
) : useLightBlockWrapper ? (

0 commit comments

Comments
 (0)