And I’ve got the issue right - it is about JQuery plugin. Our library closes the popup on click. Clicks in Webix popups are processed correctly. But there can be problems with third-party controls.
We can not provide the solution specially for the plugin you asked about. But possibly you can solve the problem youself with the help of “showpopup” property. The “onclick” listener of our library does not hide popups if the browser event has “showpopup” property. So, if it is possible to locate a browser onclick event that is fired on your suggest click and set showpopup property for it (e.g. e.showpopup = true), the sidemenu won’t be hidden. I’m not 100% sure, but you can try.