mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Et2ButtonIcon: Fix missing icons
There was a conflict between Et2InputWidget setting the widget name & image
This commit is contained in:
parent
2f3024468f
commit
eddcc97163
@ -53,6 +53,11 @@ export class Et2ButtonIcon extends ButtonMixin(Et2InputWidget(SlIconButton))
|
||||
{
|
||||
return this.src || this.name;
|
||||
}
|
||||
|
||||
set name(name)
|
||||
{
|
||||
// No - use image to avoid conflicts between our icons & SlIconButton's image/url loading
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("et2-button-icon", Et2ButtonIcon);
|
Loading…
Reference in New Issue
Block a user