Hi!
I updated MB Blocks from 1.4.0 to the latest version 1.7.4.
Now jQuery is not working in the editor anymore.
I can see that my .js files are still loading in the backend but the code doesn't get applied anymore.
In the frontend, everything still works fine.
Is there anything I need to do to make jQuery work in the editor after the update?
I added the code for example like this:
jQuery(document).on('mb_blocks_preview/gallery', function(){
// code goes here
});