summaryrefslogtreecommitdiff
path: root/web-timeplot/src/state.js
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2025-10-04 01:04:53 -0400
committergrothedev <grothedev@gmail.com>2025-10-04 01:04:53 -0400
commit2c1b37a5b0c4962b405a85768b9b8cdd5c4f1097 (patch)
tree22c8d6ea6e3cd9e9eb8e50d09e785d16b5ccb4c3 /web-timeplot/src/state.js
parent6d94c48de530027c2d7363852924e648d7f7ccfb (diff)
claude
Diffstat (limited to 'web-timeplot/src/state.js')
-rw-r--r--web-timeplot/src/state.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-timeplot/src/state.js b/web-timeplot/src/state.js
index a38dc98..53d8279 100644
--- a/web-timeplot/src/state.js
+++ b/web-timeplot/src/state.js
@@ -98,8 +98,8 @@ export class StateManager extends EventEmitter {
rendering: {
rendererType: 'unknown', // 'webgpu' | 'webgl' | 'canvas'
- graphs: [], // Array of graph instances
frameCounter: 0,
+ // Note: graph instances are NOT stored here to avoid proxy wrapping
},
health: {