🎨 Improve clear workspace history msg pushing https://github.com/siyuan-note/siyuan/issues/12080
This commit is contained in:
parent
b100721fee
commit
1458024ea5
1 changed files with 1 additions and 3 deletions
|
@ -127,9 +127,7 @@ func clearWorkspaceHistory(c *gin.Context) {
|
|||
ret.Msg = err.Error()
|
||||
return
|
||||
}
|
||||
util.PushClearMsg(msgId)
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
util.PushMsg(model.Conf.Language(99), 1000*5)
|
||||
util.PushUpdateMsg(msgId, model.Conf.Language(99), 1000*5)
|
||||
}
|
||||
|
||||
func getDocHistoryContent(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue