Roo/bootstrap/form/MultiLineTag.js
authorleon <leon@roojs.com>
Wed, 1 Nov 2023 08:20:46 +0000 (16:20 +0800)
committerleon <leon@roojs.com>
Wed, 1 Nov 2023 08:20:46 +0000 (16:20 +0800)
Roo/bootstrap/form/MultiLineTag.js

index 3395c2b..dc7a50a 100644 (file)
@@ -139,9 +139,8 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
                     this.removeBtn.on('click', function() {
                         _self.destroy();
                         _this.tagRows.splice(_this.tagRows.indexOf(_self), 1);
-                        _this.fireEvent('change', _this, _this.getValue(), false);
-
                         _this.showHideRemoveBtn();
+                        _this.fireEvent('change', _this, _this.getValue(), false);
                     });
                 }
             }