Skip to content

Commit 3791c06

Browse files
committed
lint
1 parent 4a3acfc commit 3791c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class ListDropTargetDelegate implements DropTargetDelegate {
3333
private ref: RefObject<HTMLElement | null>;
3434
private layout: 'stack' | 'grid';
3535
private orientation: Orientation;
36-
private direction: Direction;
36+
protected direction: Direction;
3737

3838
constructor(collection: Iterable<Node<unknown>>, ref: RefObject<HTMLElement | null>, options?: ListDropTargetDelegateOptions) {
3939
this.collection = collection;

0 commit comments

Comments
 (0)