mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
chore: formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user