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

levelTitleAsBack works only in first submenu #88

Open Meidanmor opened 2 years ago

Meidanmor commented 2 years ago

Hi I noticed that levelTitleAsBack shows level title as back key only on first submenu. the second level shows the defaul "Back" text. Note that if I set levelTitles to true the levelTitleAsBack works great without any problem, example: https://codepen.io/meidanmor/pen/vYZPLNO