Browse Source

Merge branch '2023-8-28'

liushengqiang 1 year ago
parent
commit
47b65ee270
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/pc/home/index.tsx

+ 2 - 0
src/pc/home/index.tsx

@@ -2410,6 +2410,7 @@ export default defineComponent({
 							<div class={styles.titleBox}>
 								<div class={styles.titleName} style={{ width: "50%", margin: "0 auto" }}>
 									<NInput
+										onBlur={() => autoSave()}
 										onKeyup={(e: Event) => e.stopPropagation()}
 										v-model:value={data.musicName}
 										placeholder="曲谱名称"
@@ -2417,6 +2418,7 @@ export default defineComponent({
 								</div>
 								<div style={{ width: "30%", margin: "10px 0 0 auto" }}>
 									<NInput
+										onBlur={() => autoSave()}
 										onKeyup={(e: Event) => e.stopPropagation()}
 										v-model:value={data.creator}
 										placeholder="曲谱作者"