Browse Source

:bug: Unable to roll back document history https://github.com/siyuan-note/siyuan/issues/10846

Daniel 1 year ago
parent
commit
cafc4ea38b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/model/history.go

+ 0 - 1
kernel/model/history.go

@@ -263,7 +263,6 @@ func RollbackDocHistory(boxID, historyPath string) (err error) {
 		}
 	}
 
-	util.ReloadUI()
 	FullReindex()
 	IncSync()
 	return nil