Skip to content

Commit

Permalink
Fixes to loop editor
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Sep 12, 2024
1 parent b0056f2 commit 8e0b6fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/LoopEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export class LoopEditor {
new ChangeChannelBar(this._doc, this._doc.channel, Math.floor(this._doc.synth.playhead), true);
}
this._doc.setProspectiveChange(this._change);
} else if (this._cursor.mode == this._bothMode) {
this._updateCursorStatus();
this._updatePreview();
}
Expand Down

0 comments on commit 8e0b6fa

Please sign in to comment.