superfish icon indicating copy to clipboard operation
superfish copied to clipboard

onShow triggered again when clicking menu

Open ariona opened this issue 6 years ago • 0 comments

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");
},

demo

ariona avatar Sep 24 '18 23:09 ariona