diff --git a/src/components/Sing/ScoreSequencer.vue b/src/components/Sing/ScoreSequencer.vue index 946549275f..78972613dc 100644 --- a/src/components/Sing/ScoreSequencer.vue +++ b/src/components/Sing/ScoreSequencer.vue @@ -138,7 +138,6 @@ marginRight: `${scrollBarWidth}px`, marginBottom: `${scrollBarWidth}px`, }" - :is-activated="isActivated" :offset-x="scrollX" :offset-y="scrollY" /> @@ -262,8 +261,6 @@ import { useShiftKey } from "@/composables/useModifierKey"; type PreviewMode = "ADD" | "MOVE" | "RESIZE_RIGHT" | "RESIZE_LEFT"; -defineProps<{ isActivated: boolean }>(); - // 直接イベントが来ているかどうか const isSelfEventTarget = (event: UIEvent) => { return event.target === event.currentTarget; diff --git a/src/components/Sing/SequencerPitch.vue b/src/components/Sing/SequencerPitch.vue index a28c72bc44..71cb64d3cf 100644 --- a/src/components/Sing/SequencerPitch.vue +++ b/src/components/Sing/SequencerPitch.vue @@ -3,13 +3,17 @@ diff --git a/src/components/Sing/SingEditor.vue b/src/components/Sing/SingEditor.vue index ac7b35267c..d7f0af5ae2 100644 --- a/src/components/Sing/SingEditor.vue +++ b/src/components/Sing/SingEditor.vue @@ -22,12 +22,12 @@ /> - +