🎨 Add parameter reloadUI for kernel API /api/block/transferBlockRef https://github.com/siyuan-note/siyuan/issues/10456

This commit is contained in:
Daniel 2024-02-28 08:47:04 +08:00
parent ba6dc2d992
commit f1d2fb4147
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 9 additions and 1 deletions

View file

@ -205,7 +205,6 @@ func TransferBlockRef(fromID, toID string, refIDs []string) (err error) {
}
sql.WaitForWritingDatabase()
util.ReloadUI()
return
}