forked from extern/egroupware
Et2Image: Fix data URLs did not work
This commit is contained in:
parent
260fa0d727
commit
ba8c5101ac
@ -216,7 +216,7 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
|
||||
{
|
||||
this.src = src;
|
||||
}
|
||||
else if(!this.src)
|
||||
else
|
||||
{
|
||||
this.src = src;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user