You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am adding some action in onShow event, but i notice that this is triggered again whenever i am clicking on the sub-menu item and sometimes when hovering sub-menu.
onShow : function(){
console.log("onshow");
},
The text was updated successfully, but these errors were encountered:
I am adding some action in
onShow
event, but i notice that this is triggered again whenever i am clicking on the sub-menu item and sometimes when hovering sub-menu.The text was updated successfully, but these errors were encountered: