ソースを参照

Merge pull request #1926 from open-webui/dev

fix
Timothy Jaeryang Baek 1 年間 前
コミット
fc86b20350
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 ||