Skip to content

Commit

Permalink
Update DragManager.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword352 authored Apr 1, 2024
1 parent fbaa100 commit eaf7eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/dragdrop/DragManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DragManager {
* Whether a component is currently being dragged
*/
public var isDragging(get, never):Bool;
inline function get_isDragging():Bool {
function get_isDragging():Bool {
return _currentComponent != null;
}

Expand Down

0 comments on commit eaf7eb1

Please sign in to comment.