From 8578044b9b19319c9ee43f65ae775529dc04689f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 4 Mar 2026 17:19:37 +0800 Subject: [PATCH] bugfix --- bricks/textfiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/textfiles.js b/bricks/textfiles.js index d2b112e..3586f46 100644 --- a/bricks/textfiles.js +++ b/bricks/textfiles.js @@ -10,7 +10,7 @@ bricks.DeletableLabel = class extends bricks.HBox { opts.cheight = 1; opts.width = '100%'; super(opts); - this.rate = opts.rate or 0.6; + this.rate = opts.rate || 0.6; var lopts = { rate: this.rate }