Hide submenu after select

Hi,
in the the example “29_sidebar/03_multi_level.html”, how to hide all submenu after select? These keep always open after the event.
Thanks

Hello @Angelino1990,
Use closeAll() for close subMenu.
Use method hide() for close popUp menu.
Please check the snippet:
https://snippet.webix.com/quau3pdy

Thanks