bugfix
This commit is contained in:
parent
5a567b1a97
commit
9ae59cf2c9
@ -70,7 +70,7 @@ bricks.TextFiles = class extends bricks.VBox {
|
||||
this.add_widget(hbox);
|
||||
hbox.add_widget(addfilew);
|
||||
hbox.add_widget(new bricks.VBox({css:'filler'}));
|
||||
hbox.add_widget(new inputw);
|
||||
hbox.add_widget(inputw);
|
||||
this.filesbar.hide();
|
||||
this.inputfilew.hide();
|
||||
this.inputfilew.bind('changed', this.file_added.bind(this));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user