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
While merging two different types of dBlock on backspace, such as quote with paragraph or list with paragraph then editor throws this error: Uncaught TransformError: Invalid content for node dBlock
Steps to replicate:
Add 2 different types of nodes consecutively. For example paragraph and Bullet list
Go to the beginning of bullet list and press backspace
The bullet list text will get merged with paragraph text
But the editor with throw TransformError or RangeError(in my case)
Is there a way to fix this without removing the dependency of dBlock ?
Video:
demo.mov
The text was updated successfully, but these errors were encountered:
Description:
Uncaught TransformError: Invalid content for node dBlock
Steps to replicate:
But the editor with throw TransformError or RangeError(in my case)
Is there a way to fix this without removing the dependency of dBlock ?
Video:
demo.mov
The text was updated successfully, but these errors were encountered: