mirror of
https://github.com/open-webui/open-webui
synced 2025-01-19 09:16:44 +00:00
fix
This commit is contained in:
parent
3a3764bf68
commit
4044d80024
@ -360,10 +360,9 @@
|
||||
localStorage.sidebar = value;
|
||||
|
||||
// nav element is not available on the first render
|
||||
const navElement = document.getElementsByTagName('nav')[0];
|
||||
|
||||
if ($mobile) {
|
||||
const navElement = document.getElementsByTagName('nav')[0];
|
||||
|
||||
if (!value) {
|
||||
navElement.style['-webkit-app-region'] = 'drag';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user