Widgets visibility fix

This commit is contained in:
Igor Kulikov 2016-12-22 20:26:05 +02:00
parent 19028c0913
commit ec188b8e28

View File

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