mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🧑💻 Push update block ID event https://github.com/siyuan-note/siyuan/issues/13434
This commit is contained in:
parent
50793ad855
commit
225adea9b6
3 changed files with 9 additions and 0 deletions
|
|
@ -241,6 +241,10 @@ func PushClearProgress() {
|
|||
BroadcastByType("main", "cprogress", 0, "", nil)
|
||||
}
|
||||
|
||||
func PushUpdateIDs(ids map[string]string) {
|
||||
BroadcastByType("main", "updateids", 0, "", ids)
|
||||
}
|
||||
|
||||
func PushReloadDoc(rootID string) {
|
||||
BroadcastByType("main", "reloaddoc", 0, "", rootID)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue