Skip to content

Commit

Permalink
fix: Add missing return statement to ctrl+Digit4 key event (#820)
Browse files Browse the repository at this point in the history
Fixes #815
  • Loading branch information
ajyong authored and Akryum committed Oct 30, 2018
1 parent 200bb6d commit e8b1b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devtools/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export default {
} else {
this.$router.push({ name: 'routes' })
}
return false
} else if (code === 'Digit5') {
this.$router.push({ name: 'perf' })
return false
Expand Down

2 comments on commit e8b1b4e

@heeheeheehee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you create the "your only clue is rot" site

@heeheeheehee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want answers

Please sign in to comment.