Skip to content

Commit

Permalink
enable proceed button even tho user haven't slided the trim/conceal s…
Browse files Browse the repository at this point in the history
…lidebar
  • Loading branch information
muktihari committed Nov 29, 2023
1 parent f2a2914 commit 1453138
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/TheTools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -392,22 +392,6 @@ export default {
if (this.sessionSports[i] == null) return false
}
if (this.isTrimSelected) {
for (let i = 0; i < this.trimMarkers.length; i++) {
const m = this.trimMarkers[i]
if (m.startN) return true
if (m.endN != this.sessions[i].records.length - 1) return true
}
return false
}
if (this.isConcealSelected) {
for (let i = 0; i < this.concealMarkers.length; i++) {
const m = this.concealMarkers[i]
if (m.startN) return true
if (m.endN != this.sessions[i].records.length - 1) return true
}
return false
}
return true
},
hasCadence(): boolean {
Expand Down

0 comments on commit 1453138

Please sign in to comment.