Skip to content

Commit

Permalink
fix(browser): don't release keyboard automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 10, 2024
1 parent 756ac2b commit 71c74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/node/commands/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const keyboard: UserEventCommand<UserEvent['keyboard']> = async (
throw new TypeError(`Provider "${context.provider.name}" does not support selecting all text`)
}
},
false,
true,
)
}

Expand Down

0 comments on commit 71c74a6

Please sign in to comment.