Ensure shortcuts don't collide in inputs

This commit is contained in:
Eliot Berriot 2017-12-12 22:15:50 +01:00
parent a52d8a25b2
commit 37383a53b2
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 54 additions and 3 deletions

View file

@ -68,7 +68,7 @@
</template>
<script>
import GlobalEvents from 'vue-global-events'
import GlobalEvents from '@/components/utils/global-events'
import queue from '@/audio/queue'
import Track from '@/audio/track'