Преглед изворни кода

Merge branch 'paino_change' into dev

lex пре 2 година
родитељ
комит
94bea4afc6
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/views/music/component/song/index.tsx

+ 2 - 1
src/views/music/component/song/index.tsx

@@ -129,7 +129,8 @@ export default defineComponent({
                 name={IconMore}
                 name={IconMore}
                 size={18}
                 size={18}
                 style={{ marginLeft: '12px  ' }}
                 style={{ marginLeft: '12px  ' }}
-                onClick={() => {
+                onClick={(e: MouseEvent) => {
+                  e.stopPropagation()
                   isMore.value = true
                   isMore.value = true
                   moreData.value = n
                   moreData.value = n
                 }}
                 }}