##// END OF EJS Templates
Fixed: context menu is being submitted twice per right click (#2109)....
Toshi MARUYAMA -
r6075:d3ead6c4d06a
parent child
Show More
@@ -85,9 +85,6 ContextMenu.prototype = {
85 85 }
86 86 }
87 87 }
88 else{
89 this.RightClick(e);
90 }
91 88 },
92 89
93 90 createMenu: function() {
General Comments 0
You need to be logged in to leave comments. Login now