mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-19 02:34:22 -04:00
Fix incorrect duration calculation
This commit is contained in:
@@ -211,12 +211,13 @@ export default function ExportModal(Props) {
|
||||
maxPolyphony,
|
||||
multiChannelOrbits,
|
||||
downloadName,
|
||||
).finally(() => {
|
||||
setExporting(false);
|
||||
).then(() => {
|
||||
const modal = document.getElementById('exportModal');
|
||||
modal.close();
|
||||
}).finally(() => {
|
||||
setExporting(false);
|
||||
setProgress(0);
|
||||
setLength(1);
|
||||
modal.close();
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user