mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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();
|
||||
});
|
||||
// If we were overlapping edit inputbox with the value display, reset
|
||||
if(this._activeControls.classList.contains("novalue"))
|
||||
{
|
||||
this.handleMenuShow();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user