This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
panels do not honour data-dismissible #7036
Open
Description
When instantiating a new panel with data-dismissible it would be ideal not register the events ['keyup.panel', 'pagehide', 'swipeleft.panel', 'swiperight.panel', etc..]. Also it would be useful to be able to unregister the event on element level rather than on page or document level. If required i can make a pull request implementing a fix.