mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
readonly et2-select-mail caused error with 4c00b812ee
eg. in mail.display
This commit is contained in:
parent
52cca3676e
commit
c00c6f9e07
@ -949,7 +949,7 @@ 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"))
|
||||
if(!this.readonly && this._activeControls?.classList.contains("novalue"))
|
||||
{
|
||||
this.handleMenuShow();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user