Merge pull request #1926 from open-webui/dev

fix
This commit is contained in:
Timothy Jaeryang Baek
2024-05-02 15:48:49 -07:00
committed by GitHub

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 ||