mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
This commit is contained in:
parent
9e948196ed
commit
81f2cc2056
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export const initStatus = (isWindow = false) => {
|
|||
document.querySelectorAll(".dock").forEach(item => {
|
||||
if (dockIsShow) {
|
||||
item.classList.add("fn__none");
|
||||
} else if (item.querySelectorAll(".dock__item").length > 1) {
|
||||
} else if (item.querySelectorAll(".dock__item").length > 0) {
|
||||
item.classList.remove("fn__none");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue