Browse Source

华为手机取消 时值 特殊处理

黄琪勇 4 months ago
parent
commit
b3e940f625
2 changed files with 3 additions and 2 deletions
  1. 1 1
      osmd-extended
  2. 2 1
      src/helpers/formateMusic.ts

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit 9d0f5875fcb9468ce0eba40b7849cffdb62bf6cc
+Subproject commit 03fa7c2e5b7ad0445360e69636a441ec4f8ea97a

+ 2 - 1
src/helpers/formateMusic.ts

@@ -797,7 +797,8 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
 	const customNoteCurrentTime = customData.customNoteCurrentTime;
 	const detailId = state.examSongId + "";
 	const partIndex = state.partIndex + "";
-	let fixtime = browserInfo.huawei ? 0.08 : 0; //getFixTime()
+	//let fixtime = browserInfo.huawei ? 0.08 : 0; //getFixTime()
+	let fixtime = 0;
 	const allNotes: any[] = [];
 	const allNoteId: string[] = [];
 	const allMeasures: any[] = [];