Closed lekoala closed 2 years ago
This is due to this line in the constructor
self.hasFade = hasClass(element, fadeClass);
It targets the modal. hasFade is then later used to check if the backdrop should appear again, but it's not related.
in order to reproduce, simply target a modal without the fade class. The fade effect should not affect the backdrop.
Interesting find.
This is due to this line in the constructor
It targets the modal. hasFade is then later used to check if the backdrop should appear again, but it's not related.
in order to reproduce, simply target a modal without the fade class. The fade effect should not affect the backdrop.