mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 12:28:48 +01:00
This commit is contained in:
parent
356356d888
commit
f3358cc8b6
1 changed files with 3 additions and 0 deletions
|
|
@ -290,6 +290,9 @@ export class Protyle {
|
|||
data.data[0].doOperations.find((item: IOperation) => {
|
||||
if (!this.protyle.preview.element.classList.contains("fn__none")) {
|
||||
this.protyle.preview.render(this.protyle);
|
||||
if (item.action === "updateAttrs") {
|
||||
onTransaction(this.protyle, item, false);
|
||||
}
|
||||
} else if (this.protyle.options.backlinkData && ["delete", "move"].includes(item.action)) {
|
||||
// 只对特定情况刷新,否则展开、编辑等操作刷新会频繁
|
||||
/// #if !MOBILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue