Skip to content

Commit

Permalink
fix(dragdrop): [Wasm] Adjust interop for multi files drag and drop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 8, 2023
1 parent 9096300 commit 939f47f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
});
}

public static async retrieveFiles(...itemIds: number[]): Promise<string> {
public static async retrieveFiles(itemIds: number[]): Promise<string> {

const data = DragDropExtension._current?._pendingDropData;
if (data == null) {
Expand Down

0 comments on commit 939f47f

Please sign in to comment.