Fix build errors
This commit is contained in:
parent
32704c5561
commit
97e94ec154
3 changed files with 11 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue