소스 검색

feat: 修改

TIANYONG 8 달 전
부모
커밋
9f2358ce79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/plugins/move-music-score/index.tsx

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

@@ -492,7 +492,7 @@ function renderLineGroup(lineGroup: any) {
 						targetDx = measureWidth ? measureWidth * lineGroup.dxRate : lineGroup.dx;
 					}
 					// targetDx = targetDx * state.zoom;
-					if (state.isCbsView) {
+					if (!state.isCbsView) {
 						targetDx = targetDx * state.zoom;
 					}
 					if (dx1 < dx2) {