Et2Select: Turn on hoist, we want it on more than off

In particular, ACL dialog, but there's a bunch of other places too.
This commit is contained in:
nathan 2022-08-03 16:28:18 -06:00
parent bddcf72728
commit aabda23bbd

View File

@ -159,6 +159,9 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
constructor(...args : any[])
{
super();
// We want this on more often than off
this.hoist = true;
this._triggerChange = this._triggerChange.bind(this);
this._doResize = this._doResize.bind(this);
}