Merge with local folder

This commit is contained in:
Andras Schmelczer 2022-09-16 21:45:27 +02:00
parent 1598260ce3
commit 706fe745d3
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
110 changed files with 21422 additions and 17 deletions

View file

@ -50,7 +50,7 @@ export class SelectAddComponent {
}
changeOption(from: string, event) {
console.log(event);
// console.log(event);
this.optionChange.emit({
from,
to: event.target.value
@ -99,7 +99,7 @@ export class SelectAddComponent {
if (this.isOpen && this.top && this.bottom) {
const topHeight = this.top.nativeElement.clientHeight;
const bottomHeight = this.bottom.nativeElement.clientHeight;
console.log(topHeight, bottomHeight);
// console.log(topHeight, bottomHeight);
return `${topHeight + bottomHeight}px`;
}
return `100%`;