diff --git a/src/components/timer.vue b/src/components/timer.vue index e277de9..5ecb3d5 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -15,6 +15,9 @@ event.preventDefault() proxy.stop() } + if(event.key === 'Enter' && event.metaKey === true){ + proxy.submit(event) + } }) })