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
Thanks for that.
Turned out that because I’m using Tailwind styling, the queryselector code didn’t work properly.
I had to escape the characters by using
let selector = Vvveb.StyleManager.getSelectorForElement(node);
selector = CSS.escape(selector); // Escape the selector for invalid characters
let elements = window.FrameDocument.querySelectorAll(selector);
at line 127 and 128.
Hi,
im using your editor and I’m trying to updates link urls and text but in the editor they are clickable, navigating me to the links page.
How can I disable events?
Thanks
The text was updated successfully, but these errors were encountered: