mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
a48854a166
commit
750303da7e
15 changed files with 36 additions and 30 deletions
|
|
@ -32,7 +32,7 @@ export const highlightById = (protyle: IProtyle, id: string, top = false) => {
|
|||
bgFade(nodeElement);
|
||||
return nodeElement;// 仅配合前进后退使用
|
||||
}
|
||||
if (id === protyle.block.rootID && protyle.options.render.title) {
|
||||
if (id === protyle.block.rootID && protyle.options.render.title && protyle.title.editElement) {
|
||||
bgFade(protyle.title.editElement);
|
||||
return protyle.title.editElement;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue