[SSE] Don't refill combodataview when it's not visible (for 33478).

This commit is contained in:
Julia Radzhabova 2017-04-12 12:00:54 +03:00
parent 65b7e8722b
commit e125a8293e

View file

@ -209,7 +209,7 @@ define([
}, },
checkSize: function() { checkSize: function() {
if (this.cmpEl) { if (this.cmpEl && this.cmpEl.is(':visible')) {
var me = this, var me = this,
width = this.cmpEl.width(), width = this.cmpEl.width(),
height = this.cmpEl.height(); height = this.cmpEl.height();