Skip to content

Commit

Permalink
[@mantine/rte] Fix issue with ImageUploader index null error (#2529)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Argyle <nick@ip-192-168-86-58.ec2.internal>
  • Loading branch information
N-Argyle and Nicholas Argyle committed Sep 24, 2022
1 parent 322538d commit bce104d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ export class ImageUploader {
setTimeout(() => {
this.range = this.quill.getSelection();
this.readAndUploadFile(file);
}, 0);
}, 1);
}
}
}
Expand Down

0 comments on commit bce104d

Please sign in to comment.