bugfix
This commit is contained in:
parent
7f883dd0ca
commit
1a87c22a82
@ -734,7 +734,7 @@ bricks.UiImage =class extends bricks.UiFile {
|
|||||||
this.value = event.params.file;
|
this.value = event.params.file;
|
||||||
this.set_input_file([this.value]);
|
this.set_input_file([this.value]);
|
||||||
var data = {};
|
var data = {};
|
||||||
data['name'] = this.value;
|
data[this.name] = this.value;
|
||||||
this.dispatch('changed', data);
|
this.dispatch('changed', data);
|
||||||
}
|
}
|
||||||
show_image(event){
|
show_image(event){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user