Et2SelectEmail: Fix drag&drop used wrong size for drop targetrs

This commit is contained in:
nathan 2023-11-27 13:32:23 -07:00
parent aba882b72a
commit c4d85dd319

View File

@ -225,6 +225,9 @@ export class Et2SelectEmail extends Et2Select
protected handleMouseDown(e : MouseEvent)
{
// We need this hidden _now_ because of drag & drop, can't wait until update
this._activeControls.classList.remove("active");
this.select.shadowRoot.querySelector("sl-popup").active = false;
}
/**
* Actually query the server.