|
@@ -796,7 +796,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[] = [];
|