|
@@ -137,7 +137,6 @@ export default defineComponent({
|
|
|
clearViewColor()
|
|
|
for (const note of filterNotes()) {
|
|
|
const active = allNote.value[note.musicalNotesIndex]
|
|
|
- console.log("🚀 ~ active:", active)
|
|
|
setTimeout(() => {
|
|
|
if (useedid.value.includes(active.id)) {
|
|
|
return
|