mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
a9cf3c5f5b
commit
273b55dbf8
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ export class Dock {
|
|||
type: "pin",
|
||||
tab,
|
||||
blockId: editor?.protyle?.block?.rootID,
|
||||
isPreview: editor?.protyle?.preview ? editor.protyle.preview.element.classList.contains("fn__none") : false
|
||||
isPreview: editor?.protyle?.preview ? !editor.protyle.preview.element.classList.contains("fn__none") : false
|
||||
});
|
||||
if (editor?.protyle?.title?.editElement) {
|
||||
outline.updateDocTitle(editor.protyle?.background?.ial);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue