Skip to content

Commit

Permalink
fix: Update extension command name
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed May 24, 2023
1 parent 3a24bd8 commit 0e488f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/general.js
Expand Up @@ -145,7 +145,7 @@ extensions.executeMobile = async function (mobileCommand, opts = {}) {
toggleGps: 'toggleLocationServices',
isGpsEnables: 'isLocationServicesEnabled',

hideKeyboard: 'mobileHideKeyboard',
hideKeyboard: 'hideKeyboard',
isKeyboardShown: 'isKeyboardShown',

pressKey: 'mobilePressKey',
Expand Down

0 comments on commit 0e488f4

Please sign in to comment.