From 6e02a73eb67e692579d1411cae84345484c1e8d5 Mon Sep 17 00:00:00 2001 From: bsaravanan783 Date: Tue, 3 Jun 2025 14:41:05 +0530 Subject: [PATCH] uncommented the state update --- src/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;