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
|
@ -82,7 +82,7 @@
|
|||
if (show && window.innerWidth < BREAKPOINT) {
|
||||
show = false;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
document.addEventListener('touchstart', onTouchStart);
|
||||
document.addEventListener('touchend', onTouchEnd);
|
||||
|
|
Loading…
Reference in a new issue