Skip to content

Commit 8fc18be

Browse files
committed
Update console-sheet.js
1 parent f262004 commit 8fc18be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,6 @@ class ConsoleSheet {
692692

693693

694694
// prevent soft-hiding keyboard on Android
695-
696-
keyboardHeight = navigator.virtualKeyboard.boundingRect.height;
697695

698696
if (document.activeElement === input &&
699697
keyboardHeight === 0) {

0 commit comments

Comments
 (0)