🎨 outline add emoji

This commit is contained in:
Vanessa 2022-05-31 17:51:34 +08:00
parent aae6247e3c
commit feb2bc9a0d
6 changed files with 32 additions and 15 deletions

View file

@ -168,7 +168,7 @@ export class Dock {
blockId: editor?.protyle?.block?.rootID,
});
if (editor?.protyle?.title?.editElement) {
outline.updateDocTitle(editor.protyle.title.editElement.textContent);
outline.updateDocTitle(editor.protyle?.background?.ial);
}
tab.addModel(outline);
}