Commit ec188b8e28f936d1ccac5b4689a5a8c137d22d27

Authored by Igor Kulikov
1 parent 19028c09

Widgets visibility fix

@@ -319,9 +319,10 @@ export default function WidgetController($scope, $timeout, $window, $element, $q @@ -319,9 +319,10 @@ export default function WidgetController($scope, $timeout, $window, $element, $q
319 319
320 320
321 function onRedraw(delay, dataUpdate) { 321 function onRedraw(delay, dataUpdate) {
322 - if (!visible) { 322 + //TODO:
  323 + /*if (!visible) {
323 return; 324 return;
324 - } 325 + }*/
325 if (angular.isUndefined(delay)) { 326 if (angular.isUndefined(delay)) {
326 delay = 0; 327 delay = 0;
327 } 328 }