Timothy J. Baek 1 년 전
부모
커밋
1f98c091f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

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

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