Code Format

pull/5850/head
GitHub Actions Bot 2024-06-07 09:30:30 +00:00
parent aa998f9254
commit 508428fdc7
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export default {
if (event.ctrlKey || event.metaKey) { if (event.ctrlKey || event.metaKey) {
return; return;
} }
switch (event.code) { switch (event.code) {
case 'ArrowLeft': case 'ArrowLeft':
this.moveToPrev(event); this.moveToPrev(event);