Skip to content

Commit 82a3d57

Browse files
committed
Merge branch 'bugs' of github.com:Saadnajmi/react-native-macos into bugs
2 parents 9769064 + d3eb339 commit 82a3d57

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native/Libraries/Pressability/Pressability.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,7 @@ export default class Pressability {
577577
}
578578

579579
// [macOS
580-
const keyboardEventHandlers =
581-
Platform.OS !== 'macos' ? null : {
580+
const keyboardEventHandlers = Platform.OS !== 'macos' ? null : {
582581
onKeyDown: (event: KeyEvent): void => {
583582
const {onKeyDown} = this._config;
584583
if (onKeyDown != null) {

0 commit comments

Comments
 (0)