소스 검색

选段修改

TIANYONG 2 달 전
부모
커밋
4e7fbd15e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/helpers/formateMusic.ts

+ 1 - 1
src/helpers/formateMusic.ts

@@ -1595,7 +1595,7 @@ const parseXmlToRepeat = (repeats: any) => {
 		} else if (direction === 'backward') {
 			end = notesNumber
 			repeatInfo.push({
-				start,
+				start: start ? start : 1,
 				end
 			})
 		}