mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
chore: formatting
This commit is contained in:
parent
9be56d68e0
commit
2325660520
1 changed files with 2 additions and 2 deletions
|
|
@ -79,10 +79,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
const onResize = () => {
|
const onResize = () => {
|
||||||
if(show && window.innerWidth < BREAKPOINT) {
|
if (show && window.innerWidth < BREAKPOINT) {
|
||||||
show = false;
|
show = false;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
document.addEventListener('touchstart', onTouchStart);
|
document.addEventListener('touchstart', onTouchStart);
|
||||||
document.addEventListener('touchend', onTouchEnd);
|
document.addEventListener('touchend', onTouchEnd);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue