wolyshaw %!s(int64=2) %!d(string=hai) anos
pai
achega
cadd08e5f6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/accompaniment/modals/form.vue

+ 2 - 1
src/views/accompaniment/modals/form.vue

@@ -969,7 +969,8 @@ export function getGradualLengthByXml(xml) {
     }
 
     const isKeyWork = keys.find(k => {
-      return textContent && (k.startsWith(textContent) || textContent?.startsWith(k))
+      const ks = k.split(' ')
+      return textContent && ks.includes(textContent)
     })
     if (
       ele.type === "metronome" ||