mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 21:38:43 +00:00
fix
This commit is contained in:
parent
e0908f9f26
commit
1f98c091f0
@ -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 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user