This commit is contained in:
yumoqing 2026-03-05 14:51:54 +08:00
parent dc8d60c59d
commit 8a43485d70

View File

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