unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/
MIT License
4.63k stars 743 forks source link

image editor pops up even though i've disabled it #421

Open zahid47 opened 3 months ago

zahid47 commented 3 months ago

i have disabled the image editor.

features: {
  imageEditor: {
    enabled: false,
  },
},

but when i double click on an image, the editor pops up.

protuanna commented 1 month ago

i have the same issue