You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block API: Pasting content that results in a new block shouldn't be treated as inline content. (WordPress#19084)
* Only treat the paste as inline if it results in a paragraph block.
* Whitelist blocks that can be treated as inline pastes.
* Add a supports.pasteTextInline property to blocks, and some tests.
* Mark pasteTextInline unstable
Co-authored-by: Ella van Durpe <[email protected]>
0 commit comments