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
For some reason method _update_modal is unbinding click event every time its called, even when modal option is false.
It have logic, because define click event later on for showing the modal. But when i want custom click event i struggle here. Would be nice to use namespaced callback or just move unbind call under that if statement.
For some reason method _update_modal is unbinding click event every time its called, even when modal option is false.
It have logic, because define click event later on for showing the modal. But when i want custom click event i struggle here. Would be nice to use namespaced callback or just move unbind call under that if statement.
Or is there reason not to use namespace here?
The text was updated successfully, but these errors were encountered: