Fix build errors

This commit is contained in:
Andras Schmelczer 2019-09-15 21:35:35 +02:00
parent 32704c5561
commit 97e94ec154
3 changed files with 11 additions and 10 deletions

View file

@ -89,7 +89,13 @@ export class SelectAddComponent {
this.editMode = false;
}
this.backgroundHeight = this.getBackgroundHeight();
console.log('editable', this.editable);
}
onArrowClick(event) {
if (this.editMode) {
this.toggle();
event.stopPropagation();
}
}
private getBackgroundHeight(): string {