✨ Add ref for virtual scroller in GamemasterExplorer component
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user