Skip to content

Commit

Permalink
bug fix - sequence track menu broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jul 31, 2024
1 parent a2c697b commit b2bf7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sequenceTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class SequenceTrack {
}

menuItemList() {
const menuItems = [
return [
{
name: this.reversed ? "Forward" : "Reverse",
click: () => {
Expand Down

0 comments on commit b2bf7d0

Please sign in to comment.