Skip to content

Commit 049c9a9

Browse files
committed
Update console-sheet.js
1 parent 1eac6ac commit 049c9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/extensions/mobile-console/console-sheet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ class ConsoleSheet {
701701
const inputFocusTimeDelta = currTime - lastInputFocusTime;
702702

703703
if (document.activeElement === input &&
704-
inputFocusTimeDelta < 100 &&
704+
inputFocusTimeDelta > 100 &&
705705
keyboardHeight === 0) {
706706

707707
input.blur();

0 commit comments

Comments
 (0)