From 085fbde0a3b3b054299876ffc5daeb8adc8b24e0 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Thu, 3 Apr 2025 03:49:16 +0200 Subject: [PATCH] Redundant line --- src/components/MainContent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/MainContent.vue b/src/components/MainContent.vue index 4453ae9..87994dc 100644 --- a/src/components/MainContent.vue +++ b/src/components/MainContent.vue @@ -37,7 +37,6 @@ // Panning state const isPanning = ref(false); const isAltPressed = ref(false); - const isMiddleMouseDown = ref(false); const lastPosition = ref({ x: 0, y: 0 }); // Tooltip state