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.set_input_file([this.value]);
|
||||
var data = {};
|
||||
data['name'] = this.value;
|
||||
data[this.name] = this.value;
|
||||
this.dispatch('changed', data);
|
||||
}
|
||||
show_image(event){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user