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