Skip to content

Commit

Permalink
Remove short cut to geo search
Browse files Browse the repository at this point in the history
  • Loading branch information
f-osorio committed Aug 16, 2024
1 parent c92abf3 commit e8e2d68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/panels/edit/modals/SubjectEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1317,11 +1317,11 @@ export default {
this.searchModeSwitch("LCSHNAF")
}else if (event.ctrlKey && event.key == "2"){
this.searchModeSwitch("GEO")
}else if (event.ctrlKey && event.key == "3"){
}
// else if (event.ctrlKey && event.key == "2"){
// this.searchModeSwitch("GEO")
// }
else if (event.ctrlKey && event.key == "2"){
this.searchModeSwitch("WORKS")
Expand Down

0 comments on commit e8e2d68

Please sign in to comment.