Add ref for virtual scroller in GamemasterExplorer component

This commit is contained in:
2026-01-28 21:15:36 +00:00
parent 3dc5565df5
commit c6cc4a290e

View File

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