diff --git a/res/app/components/stf/device/device-service.js b/res/app/components/stf/device/device-service.js index 029264e3..42b4eeec 100644 --- a/res/app/components/stf/device/device-service.js +++ b/res/app/components/stf/device/device-service.js @@ -30,7 +30,8 @@ module.exports = function DeviceServiceFactory($http, socket) { function notify(event) { if (event.important) { // Handle important updates immediately. - digest() + //digest() + window.requestAnimationFrame(digest) } else { if (!digestTimer) {