mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Refresh associated blocks after find-replacing and rolling back doc
https://github.com/siyuan-note/siyuan/issues/12439 https://github.com/siyuan-note/siyuan/issues/12438
This commit is contained in:
parent
e2cb9fe453
commit
8b2c08439f
10 changed files with 235 additions and 167 deletions
|
|
@ -254,7 +254,7 @@ func PushSaveDoc(rootID, typ string, sources interface{}) {
|
|||
PushEvent(evt)
|
||||
}
|
||||
|
||||
func PushProtyleReload(rootID string) {
|
||||
func PushReloadProtyle(rootID string) {
|
||||
BroadcastByType("protyle", "reload", 0, "", rootID)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue