uncommented the state update

This commit is contained in:
bsaravanan783
2025-06-03 14:41:05 +05:30
parent c4fb15fdb9
commit 6e02a73eb6

View File

@@ -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;