Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 3, 2024
2 parents 73d6a76 + 0d445f4 commit b319170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/dragdrop/DragManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class DragManager {
///////////////

private function onMouseDown(e:MouseEvent) {
if (_currentComponent != null) return;
// set current pending dragging component
_currentComponent = _mouseTargetToDragTarget.get(e.target);
if (_currentComponent.parentComponent == null) {
Expand Down

0 comments on commit b319170

Please sign in to comment.