|
@@ -205,11 +205,9 @@ export default defineComponent({
|
|
|
})
|
|
|
runtime.osmd = osmd
|
|
|
allNote.value = getAllNodes(runtime.osmd)
|
|
|
- console.log("🚀 ~ allNote.value:", allNote.value)
|
|
|
setViewColor()
|
|
|
const setEvaluatings = (note: any, data: any, dontTransition = true) => {
|
|
|
const startNote = getBoundingBoxByverticalNote(note)
|
|
|
- console.log("🚀 ~ startNote:", startNote)
|
|
|
detailState.evaluatings = {
|
|
|
...detailState.evaluatings,
|
|
|
[startNote.measureIndex]: {
|