diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index f03e4e1..a4fe441 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -640,7 +640,7 @@ const onSearchInput = debounce(async () => { // Offload search to worker to avoid blocking UI searchWorkerRequestId++; const requestId = searchWorkerRequestId; - + searchWorker.postMessage({ lines: fileLines.value, searchTerm: searchTerm,