fix: test commit

This commit is contained in:
LukeGus
2025-10-15 23:50:35 -05:00
parent caa270c77d
commit 29202c31fe

View File

@@ -110,9 +110,7 @@ export function TerminalKeyboard({
if (navigator.vibrate) {
navigator.vibrate(20);
}
} catch {
// Ignore vibration errors on unsupported devices
}
} catch {}
onSendInput(input);
},