vue-burger-menu icon indicating copy to clipboard operation
vue-burger-menu copied to clipboard

modify closeOnNavigation not to close when non-link element is clicked

Open toyopilgrim opened this issue 5 years ago • 0 comments

This is useful when you want to put nested links such as under dropdown inside the menu. You don't want to close it when user clicks the parent dropdown. So restrict the condition to close as its parent node is A tag.

toyopilgrim avatar Apr 08 '20 03:04 toyopilgrim