Skip to content

Commit 01af4b6

Browse files
authored
Mark isVirtualDragging private (#3590)
1 parent ae2e909 commit 01af4b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@react-aria/dnd/src/DragManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export function useDragSession() {
9696
return session;
9797
}
9898

99+
/** @private */
99100
export function isVirtualDragging(): boolean {
100101
return !!dragSession;
101102
}

0 commit comments

Comments
 (0)