Browse Source

Merge branch 'feature-tianyong' into gym-online

TIANYONG 3 months ago
parent
commit
471e2da78c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/helpers/metronome.ts

+ 0 - 3
src/helpers/metronome.ts

@@ -151,9 +151,6 @@ class Metronome {
 
 	// 播放
 	sound = (currentTime: number) => {
-		if (!state.sectionStatus){
-			currentTime = setCurrentTime(currentTime);
-		}
 		let index = -1;
 		let activeMetro = -1;
 		for (let i = 0; i < metronomeData.metroList.length; i++) {