You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in commit 9d144ff the code that registered the BodModal instance in the wrapper's data registry has been commented out (line 17) :
// $(this).data('bod-block-popup', new BodModal(this));
This has nothing to do with the commit purpose (option to disable close on overlay click) and disabled the possibility to interact with the modal object, which was really usefull !
Why has this line been removed ? Can you please uncomment it in a future release ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
in commit 9d144ff the code that registered the BodModal instance in the wrapper's data registry has been commented out (line 17) :
// $(this).data('bod-block-popup', new BodModal(this));
This has nothing to do with the commit purpose (option to disable close on overlay click) and disabled the possibility to interact with the modal object, which was really usefull !
Why has this line been removed ? Can you please uncomment it in a future release ?
Thanks
The text was updated successfully, but these errors were encountered: