Explorar el Código

取消选段不用 回到开始

黄琪勇 hace 10 meses
padre
commit
a0842c5eea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
   }