Selaa lähdekoodia

fix: #12279问题5修复

TIANYONG 1 viikko sitten
vanhempi
commit
642f02948d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/page-instrument/evaluat-model/index.tsx

+ 2 - 1
src/page-instrument/evaluat-model/index.tsx

@@ -230,7 +230,8 @@ export default defineComponent({
       if (preTimes.length) {
         for (let index = preTimes.length-1; index >= 0; index--) {
           const item = preTimes[index]
-          const note = getNoteByMeasuresSlursStart(item)
+          // const note = getNoteByMeasuresSlursStart(item)
+          const note = item
           if (note.formatLyricsEntries.contains('Play') || note.formatLyricsEntries.contains('Play...')) {
             preLyricsContent = 'Play'
             break