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
add custom element, multiple times, the new component should be placed before the old one with default yellow color, but no
try to delete the broken components using button, it will open multiple times even if the component instance has set modal to false
also isolating is set to true, and you can delete component using backspace or delete key
Expected behavior
It should insert custom node on position where I want and each component should work individual.
When using isolating=true, node should be not deletable by keys.
Everything worked on prev version of TipTap 1
The text was updated successfully, but these errors were encountered:
Description
Multiple bugs with custom nodes:
Steps to reproduce the bug
Steps to reproduce the behavior:
CodeSandbox
I created a CodeSandbox to help you debug the issue: https://codesandbox.io/s/tiptap-issue-template-forked-y7kpl
Expected behavior
It should insert custom node on position where I want and each component should work individual.
When using isolating=true, node should be not deletable by keys.
Everything worked on prev version of TipTap 1
The text was updated successfully, but these errors were encountered: