From 65b48fcac0443e018e73dd1c6ff88504a80694f3 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:50:08 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index bb37bd502e..b1506c57ea 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2599,13 +2599,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { this.touchViewEl.addClass('in'); } - if(this._touchViewMask){ - Roo.get(document.body).addClass("x-body-masked"); - this._touchViewMask.setSize(Roo.lib.Dom.getViewWidth(true), Roo.lib.Dom.getViewHeight(true)); - this._touchViewMask.setStyle('z-index', 10000); - this._touchViewMask.addClass('show'); - } - this.doTouchViewQuery(); }, -- 2.39.2