|
@@ -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;
|