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