Skip to content

Commit e8b1b4e

Browse files
ajyongAkryum
authored andcommitted
fix: Add missing return statement to ctrl+Digit4 key event (#820)
Fixes #815
1 parent 200bb6d commit e8b1b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devtools/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export default {
200200
} else {
201201
this.$router.push({ name: 'routes' })
202202
}
203+
return false
203204
} else if (code === 'Digit5') {
204205
this.$router.push({ name: 'perf' })
205206
return false

0 commit comments

Comments
 (0)