From bbc2d66244da33653aaa9fa6a2d7f3409fa05896 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 25 Mar 2015 16:28:33 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 9534e3e208..39b79f8ed1 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -452,16 +452,15 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, { String.format('{0}',this.data[this.tipField]) ); - if(this.cb.disabled){ - return; - } - this.el.child('img').on('click', this.remove, this); }, remove : function() { + if(this.cb.disabled){ + return; + } this.cb.items.remove(this); this.el.child('img').un('click', this.remove, this); this.el.remove(); -- 2.39.2