Pārlūkot izejas kodu

keep node selected after click release

Jed 4 gadi atpakaļ
vecāks
revīzija
5aab4e1fac
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      hide/view/Graph.hx

+ 0 - 3
hide/view/Graph.hx

@@ -276,9 +276,6 @@ class Graph extends FileView {
 			if (e.button != 0)
 				return;
 			lastClickDrag = null;
-			if (listOfBoxesSelected.length == 1 && box.selected && !e.ctrlKey) {
-				clearSelectionBoxes();
-			}
 		});
 		listOfBoxes.push(box);