Skip to content

Commit

Permalink
Merge pull request #525 from xenharmonic-devs/escape-planet-korg
Browse files Browse the repository at this point in the history
Close the Korg export modal when pressing Escape
  • Loading branch information
frostburn authored Jan 6, 2024
2 parents caa56a3 + d32e109 commit 6b9df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/export/KorgExport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function doExport() {
</script>

<template>
<Modal>
<Modal @cancel="$emit('cancel')">
<template #header>
<h2>Export Korg Sound Librarian scale</h2>
</template>
Expand Down

0 comments on commit 6b9df7c

Please sign in to comment.