kommitters / editorjs-drag-drop

Drag and Drop feature for Editor.js
https://www.npmjs.com/package/editorjs-drag-drop
MIT License
185 stars 25 forks source link

Ensure setAttribute fires after editor is ready #154

Closed ValenMorales closed 2 months ago

ValenMorales commented 2 months ago

Fixed issue #148 by ensuring that setAttribute is called only after the editor DOM elements are fully loaded, preventing errors caused by accessing elements that are not yet available.

closes #148