Marco Colli

Results 168 comments of Marco Colli

Maybe it's a duplicate of this: https://github.com/zinclabs/zinc/issues/553

@bharget Thanks for this gem. Is it still maintained? Do you have any plans to update the icons to the latest version?

This issue seems related: https://github.com/novuhq/novu/issues/4238 Can you please fix this?

Due to this bug we had users see "Saved successfully" whereas the saving failed...

Is there at least a way to read the `onChange event` param and **differentiate between the initialization event and an actual change**?

This seems a related issue: https://github.com/codex-team/editor.js/discussions/1907

After further investigation, it seems that this issue appears only when you have the `@editorjs/image` block. I found this by inspecting the onChange: ``` onChange: (api, event) => { console.log('onChange...

@neSpecc I am using Chrome 120 on MacOS Sonoma. Editor.js version: **2.28.2**

@neSpecc Thanks for the reply. I have tested with `2.29.0-rc.7`, but unfortunately there is the exact same issue. Probably the problem is somewhere in the image block (https://github.com/editor-js/image/issues/163)

The strange thing is that I can't find any `dispatchChange` or `onChange` inside the code of the image block... so maybe that image block changes some DOM during initialization with...