🎨 After find-replacing block refresh other associated blocks https://github.com/siyuan-note/siyuan/issues/12439
This commit is contained in:
parent
8b70c1d154
commit
5de78d837d
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ func refreshProtyle(rootID string) {
|
|||
for _, id := range rootIDs {
|
||||
task.AppendAsyncTaskWithDelay(task.ReloadProtyle, 200*time.Millisecond, util.PushReloadProtyle, id)
|
||||
}
|
||||
|
||||
task.AppendAsyncTaskWithDelay(task.ReloadProtyle, 200*time.Millisecond, util.PushReloadProtyle, rootID)
|
||||
}
|
||||
|
||||
// refreshRefCount 用于刷新定义块处的引用计数。
|
||||
|
|
Loading…
Add table
Reference in a new issue