Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agent3bood committed Feb 28, 2024
1 parent acb167f commit 43f7693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function GenericPressable(
}
const {shortcutKey, descriptionKey, modifiers} = keyboardShortcut;
return KeyboardShortcut.subscribe(shortcutKey, onKeyboardShortcutPressHandler, descriptionKey, modifiers, true, false, 0, false);
}, [singleExecution, keyboardShortcut, onKeyboardShortcutPressHandler]);
}, [keyboardShortcut, onKeyboardShortcutPressHandler]);

return (
<Pressable
Expand Down

0 comments on commit 43f7693

Please sign in to comment.