Skip to content

Commit

Permalink
FIXME: 関連する値を1つのobjectにまとめる
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 28, 2023
1 parent 999c36e commit 8f4545f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Sing/ScoreSequencer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@ export default defineComponent({
});
const scrollBarWidth = ref(12);
const sequencerBody = ref<HTMLElement | null>(null);
// プレビュー
// FIXME: 関連する値を1つのobjectにまとめる
const nowPreviewing = ref(false);
const previewNotes = ref<Note[]>([]);
const copiedNotesForPreview = new Map<string, Note>();
Expand Down

0 comments on commit 8f4545f

Please sign in to comment.