|
@@ -1737,6 +1737,7 @@ export default defineComponent({
|
|
|
};
|
|
|
|
|
|
const handleExport = () => {
|
|
|
+ data.active = null as unknown as INoteActive;
|
|
|
const input = document.createElement("input");
|
|
|
input.type = "file";
|
|
|
input.accept = ".xml,.musicxml";
|
|
@@ -1808,6 +1809,7 @@ export default defineComponent({
|
|
|
};
|
|
|
|
|
|
const handleUpdate = async () => {
|
|
|
+ if (data.saveLoading) return;
|
|
|
if (!data.isSave) {
|
|
|
await handleSaveMusic();
|
|
|
}
|