|
@@ -9,7 +9,7 @@ import { Badge, Circle, Popover, Popup, showConfirmDialog, showToast, NoticeBar
|
|
|
import Speed from "./speed";
|
|
|
import { evaluatingData, handleStartEvaluat } from "/src/view/evaluating";
|
|
|
import Settting from "./settting";
|
|
|
-import state, { IPlatform, handleChangeSection, handleResetPlay, handleRessetState, togglePlay, IPlayState, refreshMusicSvg, EnumMusicRenderType, resetSettings, handleGuide } from "/src/state";
|
|
|
+import state, { IPlatform, handleChangeSection, handleResetPlay, handleRessetState, togglePlay, IPlayState, refreshMusicSvg, EnumMusicRenderType, resetSettings, handleGuide, resetCursorPosition } from "/src/state";
|
|
|
import { getAudioCurrentTime } from "/src/view/audio-list";
|
|
|
import { followData, toggleFollow } from "/src/view/follow-practice";
|
|
|
import { api_back } from "/src/helpers/communication";
|
|
@@ -83,6 +83,7 @@ export const headTopData = reactive({
|
|
|
smoothAnimationState.isShow.value = false; // 隐藏旋律线
|
|
|
state.playIngSpeed = state.originSpeed;
|
|
|
handleStartEvaluat();
|
|
|
+ resetCursorPosition()
|
|
|
// 开发模式,把此处打开
|
|
|
// state.modeType = "evaluating";
|
|
|
// evaluatingData.rendered = true;
|