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