|
@@ -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);
|