فهرست منبع

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

Daniel 1 سال پیش
والد
کامیت
cafc4ea38b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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