Any way to make links work while editing? #1799
Unanswered
EricHirst-BZ
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently noticed that links created while editing don't work in editorjs by default. This behavior is visible in Matheus Chimelli's demo, where, for example, the link
doesn't work.
When I follow the Stack Overflow suggestion and modify this link in my browser's dev tools to override the parent contenteditable flag as follows, the link does work.
I've also noticed that links work fine in read-only mode, where the contenteditable attribute is turned off. But I'm wondering if there's a way to have links work by default in EditorJS. I don't know if I'm missing something or if this is a bug in the editor.
Thanks, Eric
Beta Was this translation helpful? Give feedback.
All reactions