v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit 29202c31fe - Show all commits

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);
},