liushengqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
0212619371
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 	}