chowalex / media-organizer

A wordpress media organization plugin.
Other
4 stars 1 forks source link

Adding Gallery block - bug - #29

Open paaljoachim opened 2 years ago

paaljoachim commented 2 years ago

Hey

I noticed when creating a Gallery in Gutenberg that this showed up.

Screenshot 2022-09-25 at 10 34 05

It also has this dev console error:

Uncaught TypeError: Cannot read properties of undefined (reading 'length') at Object.handleDndStop (media-organizer-main.js?ver=Acclectic:337:62) at HTMLDocument. (media-organizer-main.js?ver=Acclectic:1085:8) at HTMLDocument.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,moxiejs,plupload&ver=6.0.2:2:43064) at v.handle (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,moxiejs,plupload&ver=6.0.2:2:41048) at Object.trigger (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,moxiejs,plupload&ver=6.0.2:2:71515) at s.fn.init.triggerHandler (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,moxiejs,plupload&ver=6.0.2:2:72194) at Object._trigger (jstree.js?ver=Acclectic:7077:17) at HTMLDocument.stop (jstree.js?ver=Acclectic:7297:19) at HTMLDocument.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,moxiejs,plupload&ver=6.0.2:2:43064) at v.handle (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,moxiejs,plupload&ver=6.0.2:2:41048)

Screenshot 2022-09-25 at 10 36 52

acclectic commented 2 years ago

Thank you for reporting this. It looks like Gutenberg might have changed the configuration for "Edit gallery." The folder tree shouldn't be showing in this view. We'll look into this and push a fix.

paaljoachim commented 2 years ago

Thank you!