This commit is contained in:
yumoqing 2026-03-05 15:21:36 +08:00
parent 19358f56a3
commit 49f5b28664

View File

@ -77,7 +77,7 @@ bricks.TextFiles = class extends bricks.VBox {
} }
input_finished(){ input_finished(){
var txt = this.textw.getValue(); var txt = this.textw.getValue();
if (txt.prompt || txt.prompt.length<1){ if (! txt.prompt || txt.prompt.length<1){
return; return;
} }
var d = { var d = {