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

When "Border" option is unchecked in interface setting, the Editor turns read-only mode for NON-admin users. #5

Closed jocstech closed 3 years ago

jocstech commented 3 years ago

I found interesting bug:

When unchecked "Border" option in interface setting, the Editor turns read-only mode for NON-admin users. If the Border option checked, everything works fine.

The output error is same as #4

jocstech commented 3 years ago

Updates:

I found there are some possible unstable issues before the 'Border' issue, When non-admin user flush out the login session (clear cache/cookies) and re-login again, the EditorJS shows up but it reminds read-only status ( uneditable ).

dimitrov-adrian commented 3 years ago

Yes, the issue was on the read-only mode. Fixed in 2f2ac89