bugfix
This commit is contained in:
parent
a22b2d5de6
commit
e9b054a04f
@ -495,7 +495,7 @@ bricks.UiFile = class extends bricks.VBox {
|
|||||||
this.value.push(f);
|
this.value.push(f);
|
||||||
});
|
});
|
||||||
this.input.files = dt.files;
|
this.input.files = dt.files;
|
||||||
else {
|
} else {
|
||||||
var f = files[0]
|
var f = files[0]
|
||||||
this.value = f;
|
this.value = f;
|
||||||
dt.items.add(f);
|
dt.items.add(f);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user