Browse Source

Merge branch 'iteration-1.0.5-节拍器'

liushengqiang 1 năm trước cách đây
mục cha
commit
6812a46388
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pc/home/index.tsx

+ 1 - 1
src/pc/home/index.tsx

@@ -480,8 +480,8 @@ export default defineComponent({
 				if (data.playState) {
 					data.playState = false;
 				}
+				data.isSave = false;
 			}
-			data.isSave = false;
 			return new Promise((resolve) => {
 				nextTick(() => {
 					data.music = renderMeasures(abcData.abc);