From 0a73c5a13150d8a2ad7be4776975c4f4a087142a Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Sun, 25 Jan 2026 01:57:23 -0800 Subject: [PATCH] refactor: simplify GraphView event listeners with VueUse Amp-Thread-ID: https://ampcode.com/threads/T-019bf491-17c4-75d1-a218-85842c463232 Co-authored-by: Amp --- src/views/GraphView.vue | 49 +++++++++++------------------------------ 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue index f18d8a74b..17cd5a795 100644 --- a/src/views/GraphView.vue +++ b/src/views/GraphView.vue @@ -24,7 +24,7 @@