Parcourir la source

取消选段不用 回到开始

黄琪勇 il y a 10 mois
Parent
commit
a0842c5eea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/state.ts

+ 1 - 1
src/state.ts

@@ -1016,7 +1016,7 @@ export const handleChangeSection = () => {
   if (state.sectionStatus) {
     togglePlay("paused");
     clearSelection();
-    skipNotePlay(0, true);
+    //skipNotePlay(0, true);  取消选段的时候 不跳回开头
     state.sectionFirst = null;
     return;
   }