This commit is contained in:
yumoqing 2026-03-05 14:56:25 +08:00
parent 5a567b1a97
commit 9ae59cf2c9

View File

@ -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));