mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +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();
|
this.handleMenuSlotChange();
|
||||||
});
|
});
|
||||||
// If we were overlapping edit inputbox with the value display, reset
|
// 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();
|
this.handleMenuShow();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user