quill-paste-smart
quill-paste-smart copied to clipboard
[BUG] Unable to create custom matchers for Node.TEXT_NODE when using this extension
I love this extension, but I have a problem running custom clipboard paste matchers. When the matcher returns a delta, this extension does not trigger the on("text-change").
This is an issue when also including other third party quill extensions like the quill-magic-url extension which relies on custom matchers. It took me a really long time to realize that this extension was causing the issue.
This only happens when checking for "Node.TEXT_NODE". Everything else seems to work fine.
Hi @nesh325 sorry for the long response time. could you provide a repro?