mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
fix stalled save in AB caused by no _labelNode / label set
This commit is contained in:
parent
c12ce8e302
commit
1b9e2367e1
@ -162,7 +162,7 @@ export class Et2Button extends Et2InputWidget(SlButton)
|
|||||||
|
|
||||||
get label()
|
get label()
|
||||||
{
|
{
|
||||||
return this._labelNode.textContent.trim();
|
return this._labelNode?.textContent?.trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
set image(new_image : string)
|
set image(new_image : string)
|
||||||
|
Loading…
Reference in New Issue
Block a user