We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a9cf3c5 commit 273b55dCopy full SHA for 273b55d
app/src/layout/dock/index.ts
@@ -594,7 +594,7 @@ export class Dock {
594
type: "pin",
595
tab,
596
blockId: editor?.protyle?.block?.rootID,
597
- 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
598
});
599
if (editor?.protyle?.title?.editElement) {
600
outline.updateDocTitle(editor.protyle?.background?.ial);
0 commit comments