Unverified Commit fc86b203 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1926 from open-webui/dev

fix
parents dc187d35 1f98c091
......@@ -763,7 +763,7 @@
bind:value={prompt}
on:keypress={(e) => {
if (
window.innerWidth > 1024 &&
window.innerWidth > 1024 ||
!(
'ontouchstart' in window ||
navigator.maxTouchPoints > 0 ||
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment