diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index ccb7b7a..ef09480 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -528,7 +528,6 @@ function onFileChange() { jsonPaths.value = []; // File loading is handled by the watch() on selectedFile } -} const onSearchInput = debounce(async () => { if (!searchQuery.value.trim()) {