From c6cc4a290e3b9039f801a29f3af9254aa383b1db Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 21:15:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20ref=20for=20virtual=20scrolle?= =?UTF-8?q?r=20in=20GamemasterExplorer=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/views/GamemasterExplorer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index d0e2a7c..4dffc88 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -354,6 +354,7 @@ const selectedFile = ref(''); const fileContent = ref(''); const fileLines = ref([]); const displayLines = ref([]); +const virtualScroller = ref(null); // Ref for the virtual scroller // UI state const showHelp = ref(false);