Replies: 1 comment
-
Edit: I'm attaching this solid app as a web-component, and that seems to have issues, ref bug #2119. Applying the patch suggested here seems to fix the issues. Hmm, thinking this is due to some lexical-listeners on DOM-element getting overwritten/lost on solid re-rendering. Leaving it just in case someone has any more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Chromium/Brave
"lexical": "^0.14.3",
Playing around with lexical & solid-js I have based the following off the vanilla-js example,
contentRef
is a solid-js ref, which is the DOM-node itself.This works, but the emoji-transform, and the
UpdateListener
, only consistently trigger on backspace. Any idea why, or what to tweak?Thanks,
Flemming
Beta Was this translation helpful? Give feedback.
All reactions