quill-paste-smart icon indicating copy to clipboard operation
quill-paste-smart copied to clipboard

[BUG] Unable to create custom matchers for Node.TEXT_NODE when using this extension

Open nesh325 opened this issue 3 years ago • 1 comments

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.

nesh325 avatar Sep 22 '22 05:09 nesh325

Hi @nesh325 sorry for the long response time. could you provide a repro?

artem-schander avatar Jul 18 '23 10:07 artem-schander