diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index 1b73887..cac6dea 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -54,7 +54,8 @@
  • Ctrl+C - Copy selected lines
  • Ctrl+G - Go to next search result
  • - Shift+Ctrl+G - Go to previous result + Shift+Ctrl+G - Go to previous + result
  • Escape - Clear selection / Close dialogs
  • @@ -94,10 +95,17 @@ :search-state="searchState" /> - +
    -
    +
    { selectionState.clearSelection(); } }); - // Lifecycle onMounted(() => {