From 1c5bf862df9b357bc2b02fd03d868084347d1d43 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 26 Oct 2022 09:52:49 +0800 Subject: [PATCH] :bug: fix https://github.com/siyuan-note/siyuan/issues/6355 --- app/src/protyle/header/Title.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/header/Title.ts b/app/src/protyle/header/Title.ts index 18ff932bc..4b9972ead 100644 --- a/app/src/protyle/header/Title.ts +++ b/app/src/protyle/header/Title.ts @@ -266,6 +266,7 @@ export class Title { title: fileName, }); this.setTitle(fileName); + setTitle(fileName); }, Constants.TIMEOUT_INPUT); }