Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Jul 30, 2024
1 parent 9e59e96 commit 5fe451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/player_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class extends Controller {

this.loopManager.clear().then(() => {
this.state = this.pickingPointState
const [start, end] = LoopManager.settingRange(this.editState.start, this.editStart.end, this.editState.setting)
const [start, end] = LoopManager.settingRange(this.editState.start, this.editState.end, this.editState.setting)
this.loop(start, end)
})

Expand Down

0 comments on commit 5fe451f

Please sign in to comment.