From d29ce213fee96e49f122bc05f3976c920d5f18ef Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 5 Jul 2025 02:35:19 -0700 Subject: [PATCH] [refactor] Remove unused variables in GraphCanvas to fix TypeScript warnings - Comment out unused viewport culling feature flags - Remove unused cullingMargin variable - Clean up imports to eliminate TypeScript lint warnings These variables were part of experimental culling features that are now handled differently. --- src/components/graph/GraphCanvas.vue | 72 ++++++---------------------- 1 file changed, 15 insertions(+), 57 deletions(-) diff --git a/src/components/graph/GraphCanvas.vue b/src/components/graph/GraphCanvas.vue index cd479580b..b8809fcd1 100644 --- a/src/components/graph/GraphCanvas.vue +++ b/src/components/graph/GraphCanvas.vue @@ -157,42 +157,17 @@

Vue Nodes: {{ shouldRenderVueNodes ? 'Enabled' : 'Disabled' }}

-

- Viewport Culling: - {{ isViewportCullingEnabled ? 'Enabled' : 'Disabled' }} -

Dev Mode: {{ isDevModeEnabled ? 'Enabled' : 'Disabled' }}

- +
-

Debug Overrides

- - -
- - -
+

Debug Options