From da18bb96d8d19d470479d28fe01807b7314def9d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 19 Mar 2024 13:06:19 +0800 Subject: [PATCH] bugfix --- bricks/.DS_Store | Bin 10244 -> 10244 bytes bricks/conform.js | 2 + bricks/dynamicaccordion.js | 125 ++++++++++++++++++++++++++----------- bricks/floaticonbar.js | 25 +++++--- bricks/message.js | 7 +-- 5 files changed, 108 insertions(+), 51 deletions(-) diff --git a/bricks/.DS_Store b/bricks/.DS_Store index 412be8bcd02f57e71284d2b82da6140d50d55f9c..575fa2b875839cd564431eec969040a607650771 100755 GIT binary patch delta 147 zcmZn(XbIS`Q$$uPsURn_xWvHV79$fg3o9Et2PYRd53f{6Xh>N2=4&D{Op`B3+D^6* rpQP-^6wUw!OpFkkAreYMDW-_c@5LoJCN^+yW> 0){ + if (this.timeout > 0){ this.task = schedule_once(this.dismiss.bind(this), this.timeout); } } @@ -56,7 +55,7 @@ bricks.BPopup = class extends bricks.VBox { this.task.cancel(); this.task = null } - this.holder.remove_widget(this); + this.target_w.remove_widget(this); } }