We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eac6ac commit 049c9a9Copy full SHA for 049c9a9
live-view/extensions/mobile-console/console-sheet.js
@@ -701,7 +701,7 @@ class ConsoleSheet {
701
const inputFocusTimeDelta = currTime - lastInputFocusTime;
702
703
if (document.activeElement === input &&
704
- inputFocusTimeDelta < 100 &&
+ inputFocusTimeDelta > 100 &&
705
keyboardHeight === 0) {
706
707
input.blur();
0 commit comments