diff options
| author | grothedev <grothedev@gmail.com> | 2025-10-04 01:04:53 -0400 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-10-04 01:04:53 -0400 |
| commit | 2c1b37a5b0c4962b405a85768b9b8cdd5c4f1097 (patch) | |
| tree | 22c8d6ea6e3cd9e9eb8e50d09e785d16b5ccb4c3 /web-timeplot/src/state.js | |
| parent | 6d94c48de530027c2d7363852924e648d7f7ccfb (diff) | |
claude
Diffstat (limited to 'web-timeplot/src/state.js')
| -rw-r--r-- | web-timeplot/src/state.js | 2 |
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: { |
