mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:09:13 +01:00
Fix button wouldn't give its image
This commit is contained in:
parent
87f77a52ea
commit
daa324e948
@ -157,7 +157,7 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
|
|||||||
|
|
||||||
get image ()
|
get image ()
|
||||||
{
|
{
|
||||||
return this._image;
|
return this.__image;
|
||||||
}
|
}
|
||||||
|
|
||||||
_handleClick(event : MouseEvent) : boolean
|
_handleClick(event : MouseEvent) : boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user