bugfix
This commit is contained in:
parent
3e863196f5
commit
9e30a33b23
@ -415,7 +415,7 @@ bricks.TextBase = class extends bricks.JsWidget {
|
|||||||
if (! this.i18n){
|
if (! this.i18n){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.set_text(this.otext);
|
this.set_otext(this.otext);
|
||||||
}
|
}
|
||||||
set_text(text){
|
set_text(text){
|
||||||
this.text = text;
|
this.text = text;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user