Skip to content

Commit

Permalink
FIXME: 無効状態はstring以外の型にする
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 28, 2023
1 parent 74ea318 commit 999c36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sing/ScoreSequencer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default defineComponent({
let currentCursorY = 0;
let dragStartTicks = 0;
let dragStartNoteNumber = 0;
let draggingNoteId = "";
let draggingNoteId = ""; // FIXME: 無効状態はstring以外の型にする
let edited = false;
// ダブルクリック
const clickedNoteIds: [string | undefined, string | undefined] = [
Expand Down

0 comments on commit 999c36e

Please sign in to comment.