mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
dont need this anymore
This commit is contained in:
parent
86d60496c0
commit
56699baaf1
@ -49,9 +49,7 @@ export class BaseTileViewModel extends ViewModel {
|
|||||||
if (!this._isOpen) {
|
if (!this._isOpen) {
|
||||||
this._isOpen = true;
|
this._isOpen = true;
|
||||||
this.emitChange("isOpen");
|
this.emitChange("isOpen");
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get isOpen() {
|
get isOpen() {
|
||||||
|
Loading…
Reference in New Issue
Block a user