Web: Common: fixed article unpin

This commit is contained in:
Nikita Gopienko 2021-08-18 17:17:45 +03:00
parent b7df3903dd
commit f53d7eb718

View File

@ -108,7 +108,7 @@ class SettingsStore {
}
setIsArticleVisible = (visible) => {
this.isArticleVisible = visible;
this.isArticleVisible = this.isArticlePinned ? true : visible;
};
setIsBackdropVisible = (visible) => {