Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
23256605
Commit
23256605
authored
Apr 27, 2024
by
Timothy J. Baek
Browse files
chore: formatting
parent
9be56d68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+2
-2
No files found.
src/lib/components/layout/Sidebar.svelte
View file @
23256605
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment