mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Et2SelectEmail: Fix drag&drop used wrong size for drop targetrs
This commit is contained in:
parent
aba882b72a
commit
c4d85dd319
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user