|
@@ -53,6 +53,7 @@ import WorkIndex from "../custom-plugins/work-index";
|
|
|
import TheMusicList from "../component/the-music-list";
|
|
|
import { storeData } from "/src/store";
|
|
|
import ViewFigner from "../view-figner";
|
|
|
+import { recalculateNoteData } from "/src/view/selection";
|
|
|
|
|
|
/** 需要处理频率的乐器
|
|
|
* 120: 竖笛
|
|
@@ -301,6 +302,7 @@ export default defineComponent({
|
|
|
if (state.fingeringInfo.direction === "vertical") {
|
|
|
nextTick(() => {
|
|
|
resetMusicScore();
|
|
|
+ recalculateNoteData();
|
|
|
});
|
|
|
}
|
|
|
}
|