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
182 stars 40 forks source link

Update packages to fix missing tune controls on image and file blocks #10

Closed benosman closed 3 years ago

benosman commented 3 years ago

I noticed that the image and file blocks miss the tune controls to delete and reposition.

image

I did an npm upgrade and it solved the issue. I had to add the postcss package to get it to build.

Afterwards, it looks like this: image

dimitrov-adrian commented 3 years ago

Thanks for the contribution!