mirror of
https://github.com/open-webui/open-webui
synced 2025-02-20 12:00:22 +00:00
chore: formatting
This commit is contained in:
parent
9be56d68e0
commit
2325660520
@ -79,10 +79,10 @@
|
||||
};
|
||||
|
||||
const onResize = () => {
|
||||
if(show && window.innerWidth < BREAKPOINT) {
|
||||
if (show && window.innerWidth < BREAKPOINT) {
|
||||
show = false;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
document.addEventListener('touchstart', onTouchStart);
|
||||
document.addEventListener('touchend', onTouchEnd);
|
||||
|
Loading…
Reference in New Issue
Block a user