-
-
Notifications
You must be signed in to change notification settings - Fork 599
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Creating a custom inline content that renders to an <a>
element, the link is visible and styled, but not clickable. Clicking on it simply places the cursor inside the link, and nothing else.
To Reproduce
- Create a custom inline content spec rendering to a simple
<a href="...">...</a>
element - Insert it into the editor
- Click on the link in the editor
Note that adding target="_blank"
doesn't solve the issue. Mimicking BlockNote's own link HTML structure doesn't work either, which leads me to think the editor adds an click
listener to these ilnks.
Misc
- Node version:
- Package manager: PNPM 10.14.0
- Browser: Firefox 141.0.2 (Flatpak)
- I'm a sponsor and would appreciate if you could look into this sooner than later 💖
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working