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
I tried adding it but I get the message:
"Uncaught TypeError: modal.appendTo is not a function"
I am destroying the modal and recreating it, not the best.. but for now it works. I don't know if this maybe the same problem why I also get dropbox items cropped out of modal ...
script bind lost.
because modal dom removed from dom tree. This not happened in official bootstrap-modal.
I add modal.appendTo($(document)); to removeContainer to solve problem
The text was updated successfully, but these errors were encountered: