liushengqiang 1 سال پیش
والد
کامیت
6073c127e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/view/tick/index.tsx

+ 1 - 1
src/view/tick/index.tsx

@@ -39,7 +39,7 @@ const handlePlay = (i: number, source: Howl | null) => {
 export const handleInitTick = (beatLengthInMilliseconds: number, beat: number) => {
 	tickData.state = "";
 	tickData.beatLengthInMilliseconds = beatLengthInMilliseconds
-	tickData.len = beat < 4 ? 4 : beat;
+	tickData.len = beat;
 };
 
 /** 开始节拍器 */