From cafc4ea38b8a3266ec8b6f1894ec16c9db2c36e0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 3 Apr 2024 09:49:58 +0800 Subject: [PATCH] :bug: Unable to roll back document history https://github.com/siyuan-note/siyuan/issues/10846 --- kernel/model/history.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/model/history.go b/kernel/model/history.go index a9683a651..4ea4001ac 100644 --- a/kernel/model/history.go +++ b/kernel/model/history.go @@ -263,7 +263,6 @@ func RollbackDocHistory(boxID, historyPath string) (err error) { } } - util.ReloadUI() FullReindex() IncSync() return nil