Browse Source

feat: 谱面编辑修改

TIANYONG 3 months ago
parent
commit
4133cc14a0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      osmd-extended
  2. 1 1
      src/view/plugins/move-music-score/index.tsx

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit 46bdba03a3654e74d0ad2bd61e993a2467d0f80e
+Subproject commit 2692703cac7823ace1b04e8923c5eb4648d2b72e

+ 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) {