liushengqiang 2 년 전
부모
커밋
0212619371
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/state.ts

+ 1 - 0
src/state.ts

@@ -390,6 +390,7 @@ export const clearSelection = () => {
 export const handleChangeSection = () => {
 	// 如果开启了选段,再次点击取消选段
 	if (state.sectionStatus) {
+		togglePlay('paused')
 		clearSelection();
 		return;
 	}