This commit is contained in:
Vanessa 2023-06-27 00:11:00 +08:00
parent 68fb2f8076
commit c1334269dc

View file

@ -667,7 +667,9 @@ export class Dock {
}
if (typeof tabIndex === "number") {
this.element.classList.remove("fn__none");
if (!window.siyuan.config.uiLayout.hideDock) {
this.element.classList.remove("fn__none");
}
if (data[0].show) {
this.toggleModel(data[0].type, true);
}