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

Commit 815ea1e

Browse files
committed
Fix pasting plain text
1 parent 68332b0 commit 815ea1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/edit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ const edit = ( { attributes, className, setAttributes } ) => {
185185
preserveWhiteSpace={ true }
186186
allowedFormats={ [] }
187187
withoutInteractiveFormatting={ true }
188+
__unstablePastePlainText={ true /* GB 9.5 */ }
188189
/>
189190
</pre>
190191
) : useLightBlockWrapper ? (

0 commit comments

Comments
 (0)