We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d88c3 commit f5dc7e6Copy full SHA for f5dc7e6
1 file changed
packages/example/src/components/remote-control/RemoteControlManager.ios.ts
@@ -26,7 +26,7 @@ class RemoteControlManager implements RemoteControlManagerInterface {
26
return;
27
}
28
29
- // We only want to handle keydown fon long select
+ // We only want to handle keydown for long select to avoid triggering the event twice
30
if (mappedKey === SupportedKeys.LongEnter && evt.eventKeyAction === 1) {
31
32
0 commit comments