Browse Source

feat: 切换声部关闭按钮

TIANYONG 7 tháng trước cách đây
mục cha
commit
5de41e881b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/plugins/toggleMusicSheet/index.tsx

+ 1 - 1
src/view/plugins/toggleMusicSheet/index.tsx

@@ -104,7 +104,7 @@ export default defineComponent({
           partListNames={partListNames.value}
           onClose={(value) => {
             console.log("🚀 ~ value:", value)
-            // toggleMusicSheet.show = false
+            toggleMusicSheet.show = false
             if (value !== undefined) {
               switchMusic(value)
             }