dimitrov-adrian / directus-extension-editorjs-interface

Block editor (Editor.js) interface for Directus 9
https://www.npmjs.com/package/directus-extension-editorjs
GNU General Public License v3.0
180 stars 42 forks source link

Fixes multiple blocks delete issue #30

Closed infomiho closed 2 years ago

infomiho commented 2 years ago

There is an known issue in Editor.js where deleting multiple blocks deletes only one of them. For more details see here: https://github.com/codex-team/editor.js/issues/1755#issuecomment-929550729

Closes https://github.com/dimitrov-adrian/directus-extension-editorjs-interface/issues/28

dimitrov-adrian commented 2 years ago

Thank you @infomiho!