From 770c65f616c5366f67c1bc3fb182edcbbdc25095 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 28 Apr 2023 12:08:11 +0800 Subject: [PATCH] :art: Add some tips on the empty start page https://github.com/siyuan-note/siyuan/issues/8120 --- app/src/layout/util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/layout/util.ts b/app/src/layout/util.ts index 24d26d5e9..1401b2fae 100644 --- a/app/src/layout/util.ts +++ b/app/src/layout/util.ts @@ -33,6 +33,7 @@ import {setTabPosition} from "../window/setHeader"; /// #endif import {showMessage} from "../dialog/message"; import {getIdZoomInByPath} from "../util/pathName"; +import {openHistory} from "../history/history"; import {Custom} from "./dock/Custom"; import {newCardModel} from "../card/newCardTab";