Skip to content

Commit 4bcaf17

Browse files
committed
Minor cleanup
1 parent d2b7ce3 commit 4bcaf17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coordinateMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ function registerKeybindings () {
342342
precedence: CONST.KEYBINDING_PRECEDENCE.PRIORITY,
343343
restricted: false,
344344
onDown: () => {
345-
window?.MapCoordinates?.toggle()
345+
window?.MapCoordinates.toggle()
346346
return true
347347
},
348348
})

0 commit comments

Comments
 (0)