瀏覽代碼

Merge branch 'feature-tianyong-newVersion' into ktyq-test-new

TIANYONG 11 月之前
父節點
當前提交
64477d9fab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/plugins/move-music-score/index.tsx

+ 1 - 1
src/view/plugins/move-music-score/index.tsx

@@ -491,7 +491,7 @@ const handleUndo = () => {
 
 
 /** 根据移动数据渲染 */
 /** 根据移动数据渲染 */
 export const renderForMoveData = () => {
 export const renderForMoveData = () => {
-	if (state.isSingleLine) return; 
+	if (state.isSingleLine || state.musicRenderType !== 'staff') return; 
 	if (state.extStyleConfigJson) {
 	if (state.extStyleConfigJson) {
 		try {
 		try {
 			extStyleConfigJson = JSON.parse(state.extStyleConfigJson);
 			extStyleConfigJson = JSON.parse(state.extStyleConfigJson);