MoveNoteStateを追加 #432
Annotations
10 errors and 1 warning
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L90
Replace `note.noteNumber,·PREVIEW_SOUND_DURATION` with `⏎····note.noteNumber,⏎····PREVIEW_SOUND_DURATION,⏎··`
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L96
Replace `context:·Context,·mouseEvent:·MouseEvent,·mouseDownNote:·Note` with `⏎····context:·Context,⏎····mouseEvent:·MouseEvent,⏎····mouseDownNote:·Note,⏎··`
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L103
Replace `context.selectedNoteIds.value.has(noteId)·||·noteId·===·mouseDownNote.id` with `⏎··········context.selectedNoteIds.value.has(noteId)·||⏎··········noteId·===·mouseDownNote.id⏎········`
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L132
Replace `value·=>·context.selectedNoteIds.value.has(value.id)` with `(value)·=>⏎······context.selectedNoteIds.value.has(value.id),⏎····`
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L168
Replace `input.cursorPos,·selectedTrackId` with `⏎··············input.cursorPos,⏎··············selectedTrackId,⏎············`
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L178
Replace `context,·input.mouseEvent,·input.note` with `⏎··············context,⏎··············input.mouseEvent,⏎··············input.note,⏎············`
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L180
Replace `input.cursorPos,·selectedTrackId,·selectedNotes,·input.note.id` with `⏎··············input.cursorPos,⏎··············selectedTrackId,⏎··············selectedNotes,⏎··············input.note.id,⏎············`
|
|
Run npm run lint:
src/sing/stateMachine/sequencerStateMachine.ts#L306
Replace `context.previewNotes.value,·this.targetTrackId` with `⏎······context.previewNotes.value,⏎······this.targetTrackId,⏎····`
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading