forked from open-webui/open-webui
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