Sidebar Collapse menu close after selected?

From this snippet https://snippet.webix.com/basic
I use “sidebar” to load from url:"…" and the loading work fine but after click on the menu the popup doesn’t disappear as it should be (as the snippet). The popup still open and stay there, how can we close it?

https://snippet.webix.com/eit3o0eb
sorry, wrong link XD

@savirusing
you can call webix.callEvent("onClick",[]); to hide all popups or this.getPopup().hide(); to hide sidebar’s popup

This is Amazing Thanksss

@integral I found little problem with the collapsed sidebar, the popup menu is not scrollable so some of the menu just stay off the screen, can we make the popup scrollable? Thanks