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
Reference in a new issue