forked from extern/egroupware
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 ()
|
||||
{
|
||||
return this._image;
|
||||
return this.__image;
|
||||
}
|
||||
|
||||
_handleClick(event : MouseEvent) : boolean
|
||||
|
Loading…
Reference in New Issue
Block a user