mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
68fb2f8076
commit
c1334269dc
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue