Explorar el Código

feat: 切换声部关闭按钮

TIANYONG hace 7 meses
padre
commit
5de41e881b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
             }