bugfix
This commit is contained in:
parent
e9b054a04f
commit
0bb98f66e6
@ -463,7 +463,6 @@ bricks.UiFile = class extends bricks.VBox {
|
|||||||
opts.width = opts.width || '100%';
|
opts.width = opts.width || '100%';
|
||||||
super(opts);
|
super(opts);
|
||||||
this.set_css('droparea');
|
this.set_css('droparea');
|
||||||
this.add_widget(this.camera_w);
|
|
||||||
this.bind('dragover', (event) => {
|
this.bind('dragover', (event) => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user