This commit is contained in:
Timothy J. Baek 2024-05-02 15:48:18 -07:00
parent e0908f9f26
commit 1f98c091f0

View file

@ -763,7 +763,7 @@
bind:value={prompt}
on:keypress={(e) => {
if (
window.innerWidth > 1024 &&
window.innerWidth > 1024 ||
!(
'ontouchstart' in window ||
navigator.maxTouchPoints > 0 ||