From 29202c31fe6c22f7b0d523efba23c50bbf5970d6 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 15 Oct 2025 23:50:35 -0500 Subject: [PATCH] fix: test commit --- src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx b/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx index 597d10dc..8869c3d7 100644 --- a/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx +++ b/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx @@ -110,9 +110,7 @@ export function TerminalKeyboard({ if (navigator.vibrate) { navigator.vibrate(20); } - } catch { - // Ignore vibration errors on unsupported devices - } + } catch {} onSendInput(input); },