[SSE] Don't refill combodataview when it's not visible (for 33478).
This commit is contained in:
parent
65b7e8722b
commit
e125a8293e
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue