Browse Source

Merge branch 'hotfix-11-19' into gym-test

TIANYONG 8 tháng trước cách đây
mục cha
commit
947685d87e
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

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