Forráskód Böngészése

取消选段不用 回到开始

黄琪勇 10 hónapja
szülő
commit
a0842c5eea
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
   }