diff --git a/src/js/app.js b/src/js/app.js index 14a7c9e..732db90 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -394,7 +394,7 @@ module.exports = new Vue({ update_object(this.state, e.data, false); - // SvelteComponents.handleControllerStateUpdate(this.state); + SvelteComponents.handleControllerStateUpdate(this.state); console.log("Controller state updated:", this.state); delete this.state.log;