parent
b9e221bc30
commit
2dfaef9b8f
4 changed files with 21 additions and 12 deletions
|
|
@ -312,7 +312,7 @@ export default defineComponent({
|
|||
const file = droppedFiles.item(i);
|
||||
if (file) files.push(file);
|
||||
}
|
||||
this.batch.addAttachments(files.map((f) => this.$matrix.attachmentManager.createAttachment(f)));
|
||||
this.batch.addFiles(files);
|
||||
},
|
||||
close() {
|
||||
this.batch.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue