thecliffparis
thecliffparis
Same here. Issue is still live
> This tool [supports](https://github.com/editor-js/image/blob/master/src/index.ts#L149) read-only. > > Are you sure that you're using exactly this tool? Using ``` const editor = new EditorJS({ placeholder: 'Start writing...', autofocus: true, holder: "mydiv",...
> I can’t confirm that. I just checked, and it worked fine. According to you, what should I change in my javascript code ? tools using header, list, table, image,...
> > > I can’t confirm that. I just checked, and it worked fine. > > > > > > According to you, what should I change in my javascript...
> Also, Simple Image does not have such a config: > > ``` > config: { > menuId: menu_id_image > } > ``` > > so, you're probably using some...
> First of all, you're passing `SimpleImage` which is [another tool](https://github.com/editor-js/simple-image). But it also supports readonly. > > I'm not sure how it is working for you. > > This...
> I suppose that you're looking on a wrong code. `Image` is a native js class. Image tool export `ImageTool` class. My bad, you are right. Moved from SimpleImage to...
> > I suppose that you're looking on a wrong code. Image is a native js class. Image tool export ImageTool class. > > That means that you're showing code...
> So there is your own ImageTool ? Thank you for your support ! It's working ! I added readOnly in the constructor of my custom class, renamed CustomImage now....
Anything new on this on ? Or any workaround ?