mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fixed: Et2Select - run checkTagOverflow() only if this.select exists
This commit is contained in:
parent
044189a2ed
commit
c44d60256e
@ -345,7 +345,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
this.select?.popup?.handleAnchorChange();
|
this.select?.popup?.handleAnchorChange();
|
||||||
|
|
||||||
// requestUpdate("value") above means we need to check tags again
|
// requestUpdate("value") above means we need to check tags again
|
||||||
this.select.updateComplete.then(() => {this.checkTagOverflow(); });
|
this.select?.updateComplete.then(() => {this.checkTagOverflow(); });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user