video-info #7

Merged
yangqiang merged 6 commits from video-info into master 2024-09-23 13:51:07 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 606715ced6 - Show all commits

View File

@ -588,7 +588,6 @@ const Meeting: React.FC = () => {
}
});
})
confirm({
@ -609,6 +608,7 @@ const Meeting: React.FC = () => {
onCancel() {
}
})
})
};
reader.readAsArrayBuffer(blob);
}