소스 검색

:bug: fix https://github.com/siyuan-note/siyuan/issues/6355

Vanessa 2 년 전
부모
커밋
1c5bf862df
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/protyle/header/Title.ts

+ 1 - 0
app/src/protyle/header/Title.ts

@@ -266,6 +266,7 @@ export class Title {
                 title: fileName,
                 title: fileName,
             });
             });
             this.setTitle(fileName);
             this.setTitle(fileName);
+            setTitle(fileName);
         }, Constants.TIMEOUT_INPUT);
         }, Constants.TIMEOUT_INPUT);
     }
     }