Timothy J. Baek 1 year ago
parent
commit
1f98c091f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

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