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
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.
The text was updated successfully, but these errors were encountered:
nesh325
changed the title
[BUG} Unable to create custom matchers for Node.TEXT_NODE when using this extension
[BUG] Unable to create custom matchers for Node.TEXT_NODE when using this extension
Sep 22, 2022
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.
The text was updated successfully, but these errors were encountered: