visuddhinanda 2 лет назад
Родитель
Сommit
3620c00513
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/pages/library/article/show.tsx

+ 1 - 0
dashboard/src/pages/library/article/show.tsx

@@ -296,6 +296,7 @@ const Widget = () => {
               }}
               onLoad={(article: IArticleDataResponse) => {
                 setLoadedArticleData(article);
+                document.title = article.title.slice(0, 128);
               }}
               onAnthologySelect={(id: string) => {
                 let output: any = { anthology: id };