uncommented the state update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user