don't let selected status being opened again

This commit is contained in:
Nicolas Constant 2019-08-14 00:17:32 -04:00
parent 7f748a7e12
commit 88ebe89217
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ export class StatusComponent implements OnInit {
}
textSelected(): boolean {
if(this.isSelected) return false;
const status = this._statusWrapper.status;
const accountInfo = this._statusWrapper.provider;