bugfix
This commit is contained in:
parent
00c74e4bfc
commit
85f3d1ba63
@ -550,7 +550,7 @@ bricks.UiImage =class extends bricks.VBox {
|
||||
dropHandle(event){
|
||||
event.preventDefault();
|
||||
this.set_css('hover', true);
|
||||
const file = e.dataTransfer.files[0];
|
||||
const file = event.dataTransfer.files[0];
|
||||
this.show_image(file);
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user