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
Hello, and thanks for these plugins.
I tried to use the two mentioned plugins together and the menu doesn't appear with an error if splitediting is used before menu:
...
.use(splitEditing).use(menu).create()
DOMException: Node.insertBefore: Child to insert before is not a child of this node.
This can be adressed using inserAdjacentNode instead of insertBefore here
Hello, and thanks for these plugins.
I tried to use the two mentioned plugins together and the menu doesn't appear with an error if splitediting is used before menu:
This can be adressed using
inserAdjacentNode
instead of insertBefore hereBut the menu will still not appear if the order of plugins is inverted.
The text was updated successfully, but these errors were encountered: