liushengqiang há 2 anos atrás
pai
commit
245b899f5d
1 ficheiros alterados com 0 adições e 2 exclusões
  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;