How to dismiss the context menu when I select the item in the context menu and pressed the “Enter” Key
You can use .hide method of the context menu object, or just call the next to hide all popups on the page
webix.callEvent("onClick", []);
How to dismiss the context menu when I select the item in the context menu and pressed the “Enter” Key
You can use .hide method of the context menu object, or just call the next to hide all popups on the page
webix.callEvent("onClick", []);