mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix edit inputbox covered new freeEntries
This commit is contained in:
parent
e52ab349e6
commit
4c00b812ee
@ -948,6 +948,11 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
|
|||||||
{
|
{
|
||||||
this.handleMenuSlotChange();
|
this.handleMenuSlotChange();
|
||||||
});
|
});
|
||||||
|
// If we were overlapping edit inputbox with the value display, reset
|
||||||
|
if(this._activeControls.classList.contains("novalue"))
|
||||||
|
{
|
||||||
|
this.handleMenuShow();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user