Commit 81b2d41d authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent 3b187f75
......@@ -209,7 +209,7 @@ define([
},
checkSize: function() {
if (this.cmpEl) {
if (this.cmpEl && this.cmpEl.is(':visible')) {
var me = this,
width = this.cmpEl.width(),
height = this.cmpEl.height();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment