mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Fix edit inputbox covered new freeEntries
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user