bugfix
This commit is contained in:
parent
dc8d60c59d
commit
8a43485d70
@ -47,7 +47,7 @@ bricks.TextFiles = class extends bricks.VBox {
|
|||||||
opts.height = 'auto';
|
opts.height = 'auto';
|
||||||
opts.width = '100%';
|
opts.width = '100%';
|
||||||
super(opts);
|
super(opts);
|
||||||
this.inputfilew = new bricks.UiFile({name:add_file});
|
this.inputfilew = new bricks.UiFile({name:'add_file'});
|
||||||
this.filesbar = new bricks.DynamicColumn({});
|
this.filesbar = new bricks.DynamicColumn({});
|
||||||
this.add_files = [];
|
this.add_files = [];
|
||||||
this.textw = new bricks.UiText({name: 'prompt'});
|
this.textw = new bricks.UiText({name: 'prompt'});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user