Skip to content

Commit f5dc7e6

Browse files
committed
chore: refine comment in RemoteControlManager
1 parent b8d88c3 commit f5dc7e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/example/src/components/remote-control/RemoteControlManager.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class RemoteControlManager implements RemoteControlManagerInterface {
2626
return;
2727
}
2828

29-
// We only want to handle keydown fon long select
29+
// We only want to handle keydown for long select to avoid triggering the event twice
3030
if (mappedKey === SupportedKeys.LongEnter && evt.eventKeyAction === 1) {
3131
return;
3232
}

0 commit comments

Comments
 (0)