Skip to content

Commit 1eac6ac

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

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 !== 0 &&
704+
inputFocusTimeDelta < 100 &&
705705
keyboardHeight === 0) {
706706

707707
input.blur();

0 commit comments

Comments
 (0)