Widgets visibility fix
This commit is contained in:
parent
19028c0913
commit
ec188b8e28
@ -319,9 +319,10 @@ export default function WidgetController($scope, $timeout, $window, $element, $q
|
|||||||
|
|
||||||
|
|
||||||
function onRedraw(delay, dataUpdate) {
|
function onRedraw(delay, dataUpdate) {
|
||||||
if (!visible) {
|
//TODO:
|
||||||
|
/*if (!visible) {
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
if (angular.isUndefined(delay)) {
|
if (angular.isUndefined(delay)) {
|
||||||
delay = 0;
|
delay = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user