Forráskód Böngészése

Fix scroll issues in shadergraph contextmenu

Leonardo Jeanteur 4 éve
szülő
commit
1b4c438985
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      hide/view/Graph.hx

+ 3 - 0
hide/view/Graph.hx

@@ -590,6 +590,9 @@ class Graph extends FileView {
 		contextMenu.on("mousedown", function(e) {
 			e.stopPropagation();
 		});
+		contextMenu.on("wheel", function(e) {
+			e.stopPropagation();
+		});
 
 		contextMenu.on("click", function(e) {
 			closeCustomContextMenu();