Browse Source

:art: Rollback notebook do not reload UI twice

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

+ 0 - 1
kernel/model/history.go

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