dont need this anymore

This commit is contained in:
Bruno Windels 2021-05-12 18:31:13 +02:00
parent 86d60496c0
commit 56699baaf1

View file

@ -49,9 +49,7 @@ export class BaseTileViewModel extends ViewModel {
if (!this._isOpen) {
this._isOpen = true;
this.emitChange("isOpen");
return true;
}
return false;
}
get isOpen() {