🎨 Rollback notebook do not reload UI twice

This commit is contained in:
Daniel 2024-04-26 09:14:34 +08:00
parent 8063a7ff37
commit 43b376ac86
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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