Explorar o código

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

Daniel hai 1 ano
pai
achega
cafc4ea38b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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