⬆️ Upgrade lute

This commit is contained in:
Daniel 2024-09-28 22:57:31 +08:00
parent 1e390df737
commit 9b790e3a3c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 5 deletions

View file

@ -255,7 +255,7 @@ func PushSaveDoc(rootID, typ string, sources interface{}) {
}
func PushReloadDocInfo(docInfo map[string]any) {
BroadcastByType("main", "reloadDocInfo", 0, "", docInfo)
BroadcastByType("filetree", "reloadDocInfo", 0, "", docInfo)
}
func PushReloadProtyle(rootID string) {