Redundant line

This commit is contained in:
Dennis Postma 2025-04-03 03:49:16 +02:00
parent 33efe08207
commit 085fbde0a3

View File

@ -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