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
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
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