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(){
var txt = this.textw.getValue();
if (txt.prompt || txt.prompt.length<1){
if (! txt.prompt || txt.prompt.length<1){
return;
}
var d = {