-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Image, UniqueID
Version(s)
3.20.0
Bug Description
extensions: [
Image.configure({
resize: {
enabled: true, //<--------
},
}),
UniqueID.configure({
types: ['heading', 'paragraph', 'image'],
]With this configuration, but without Image.resize.enabled, a data-id attribute is added to the rendered <img> element, but when making the image resizable, it fails
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
.
Additional Context (Optional)
No response
Dependency Updates
- Yes, I've updated all my dependencies.
Reactions are currently unavailable
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.