Skip to content

Commit

Permalink
Fix: slotsを消す
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Nov 24, 2024
1 parent fbc6783 commit b8ba733
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/components/Sing/SequencerRuler/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,7 @@
@setTempo="setTempo"
@setTimeSignature="setTimeSignature"
@deselectAllNotes="deselectAllNotes"
>
<template #contextMenu="{ onContextMenuMounted, ...props }">
<ContextMenu
v-bind="props"
:ref="
(el) =>
onContextMenuMounted(
el as ComponentPublicInstance<typeof ContextMenu>,
)
"
/>
</template>
</Presentation>
/>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit b8ba733

Please sign in to comment.