mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +01:00
Et2Tag: Fix edit button was missing
This commit is contained in:
parent
a58900656f
commit
061ac858b7
@ -107,7 +107,7 @@ export class Et2Tag extends Et2Widget(SlTag)
|
||||
${this.editable ? html`
|
||||
<et2-button-icon
|
||||
label=${this.egw().lang("edit")}
|
||||
name="pencil"
|
||||
image="pencil"
|
||||
@click=${this.startEdit}
|
||||
></et2-button-icon>` : ''
|
||||
}
|
||||
@ -193,6 +193,7 @@ export class Et2Tag extends Et2Widget(SlTag)
|
||||
{
|
||||
event.stopPropagation();
|
||||
}
|
||||
this.getRootNode().host.hide()
|
||||
this.isEditing = true;
|
||||
this.requestUpdate();
|
||||
this.updateComplete.then(() =>
|
||||
|
Loading…
Reference in New Issue
Block a user