Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Jan 23, 2024
1 parent 6bc0e66 commit bb1b5dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class EdgelessClipboardController extends PageClipboard {

await Promise.all([
this.host.addImages(imageFiles, point),
this.host.addAttachments([...files], point),
this.host.addAttachments(attachmentFiles, point),
]);

return;
Expand Down

0 comments on commit bb1b5dc

Please sign in to comment.