liushengqiang 2 년 전
부모
커밋
245b899f5d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/view/selection/index.tsx

+ 0 - 2
src/view/selection/index.tsx

@@ -14,8 +14,6 @@ const selectData = reactive({
 /** 计算点击层数据 */
 const calcNoteData = () => {
 	const musicContainer = document.getElementById("musicAndSelection")?.getBoundingClientRect() || { x: 0, y: 0 };
-	console.log("🚀 ~ musicContainer:", musicContainer)
-	console.dir(document.getElementById("musicAndSelection"))
 	const parentLeft = musicContainer.x || 0;
 	const parentTop = musicContainer.y || 0;
 	const notes = state.times;