wobsoriano / lexical-vue

An extensible Vue 3 web text-editor based on Lexical.
https://lexical-vue.vercel.app/
MIT License
251 stars 30 forks source link

Remove extra function wrapper that was breaking DecoratorNode #14

Closed zswaff closed 1 year ago

zswaff commented 1 year ago

Per this message in discord and this Loom video I can't get DecoratorNodes to work.

Making the change in this PR seems to fix the issue for me. DecoratorNodes seem to function as intended after the fix with no other obvious breakages.

Please let me know what else I can do.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
lexical-vue ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 14, 2023 at 1:25AM (UTC)
lexical-vue-playground ❌ Failed (Inspect) Mar 14, 2023 at 1:25AM (UTC)
wobsoriano commented 1 year ago

Thanks!