thingsboard-aplcache
Changes
Details
diff --git a/ui/src/app/components/widget.controller.js b/ui/src/app/components/widget.controller.js
index 200e4b3..fbc559b 100644
--- a/ui/src/app/components/widget.controller.js
+++ b/ui/src/app/components/widget.controller.js
@@ -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;
}