소스 검색

feat: console

TIANYONG 1 년 전
부모
커밋
e86366684a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      osmd-extended
  2. 1 1
      src/view/selection/index.tsx

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit ff177488dd2d563ad84730f7fb37a7a6c00e02da
+Subproject commit 6b9005864c66e2974afa983ad59cac7a1eaf20b7

+ 1 - 1
src/view/selection/index.tsx

@@ -145,7 +145,7 @@ const calcNoteData = () => {
 			}
 		}
 	}
-	console.log("🚀 ~ selectData.notes:", selectData.notes, selectData.staves,notesList,MeasureNumberXMLList);
+	console.log("🚀 ~ selectData.notes:", selectData.notes, selectData.staves);
 };
 
 /** 重新计算 */