loveorigami / yii2-modal-ajax

A wrapper around Yii2 Bootstrap Modal for using an ActiveForm via AJAX inside.
MIT License
50 stars 30 forks source link

check that the event is not triggered from bubble #26

Closed f1amy closed 5 years ago

f1amy commented 5 years ago

I investigated the problem and I find that this was happening from the bubbling event show from the kartik's widget. I fixed the issue by adding the check that the event is sure targeted to the modal DOM node.

f1amy commented 5 years ago

Fixes #25.

loveorigami commented 5 years ago

Many thanks!