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