mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-07 15:54:57 +08:00
Block clicks from registering through node headers
This commit is contained in:
parent
51746307b1
commit
a09cda1827
@ -90,6 +90,7 @@ namespace XNodeEditor {
|
||||
}
|
||||
}
|
||||
} else if (IsHoveringNode && IsHoveringTitle(hoveredNode)) {
|
||||
e.Use();
|
||||
DidDragNodeHeader = false;
|
||||
CanDragNodeHeader = true;
|
||||
dragOffset = new Vector2[Selection.objects.Length];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user