-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Open SourceThe issue or pull reuqest is related to the open source packages of Tiptap.The issue or pull reuqest is related to the open source packages of Tiptap.
Description
Affected Packages
extension-link
Version(s)
3.2.4
Bug Description
Hi there. So I am using the Link Extension in v3 and was using the enableClickSelection:true however when I click the Link it doesnt select the whole.
This is my Extension:
{
...
extensions: [..., Link.extend({
inclusive: false,
}).configure({
enableClickSelection: true,
linkOnPaste: true,
defaultProtocol: 'https',
openOnClick: false,
HTMLAttributes: {
class: 'text-primary cursor-pointer',
},
})]
}All the other options work great, but that doesnt at all
See Loom: https://www.loom.com/share/1c1259b5bdff40d886e1f7c0c1d1f97c
Am I doing something wrong?
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
It should select the whole link directly when I click on a link in the Editor
Additional Context (Optional)
No response
Dependency Updates
- Yes, I've updated all my dependencies.
Metadata
Metadata
Assignees
Labels
Open SourceThe issue or pull reuqest is related to the open source packages of Tiptap.The issue or pull reuqest is related to the open source packages of Tiptap.