Skip to content

Commit 5032ec8

Browse files
committed
cleanup comment
1 parent 95cc99b commit 5032ec8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-aria/src/interactions/useMove.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ export function useMove(props: MoveEvents): MoveResult {
234234
};
235235
}
236236

237-
// TODO: move to useKeyboard?
238237
let triggerKeyboardMove = (e: EventBase, deltaX: number, deltaY: number) => {
239238
start();
240239
// eslint-disable-next-line react-hooks/rules-of-hooks

0 commit comments

Comments
 (0)