Browse Source

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

TIANYONG 11 tháng trước cách đây
mục cha
commit
64477d9fab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = () => {
-	if (state.isSingleLine) return; 
+	if (state.isSingleLine || state.musicRenderType !== 'staff') return; 
 	if (state.extStyleConfigJson) {
 		try {
 			extStyleConfigJson = JSON.parse(state.extStyleConfigJson);