somewebmedia / hc-offcanvas-nav

JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
https://somewebmedia.github.io/hc-offcanvas-nav/
MIT License
336 stars 82 forks source link

Preven menu closing when press "Esc" #73

Closed kapdom closed 2 years ago

kapdom commented 2 years ago

Hi. How to prevent menu closing when press "Esc"?

somewebmedia commented 2 years ago

Currently, you can't. I could add an option to disable this feature.

kapdom commented 2 years ago

So please, if it's possible add this option. Thank you. When are you going to add this option?

Regards

somewebmedia commented 2 years ago

As soon as I get some free time. It's a small feature, so it shouldn't take me long.

somewebmedia commented 2 years ago

Sorry for the delay. The new option closeOnEsc has been added, just set it to false.

kapdom commented 2 years ago

Thank you.