Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Uncaught TypeError: (...) unsetLink is not a function
Include existing commands when extending a single command. For example, see similar example here: https://tiptap.dev/docs/editor/extensions/custom-extensions/extend-existing#extend-existing-attributes The full error is: TypeError: ctx.editor?.chain(...).focus(...).extendMarkRange(...).unsetLink is not a function
- Loading branch information