Skip to content

Commit d72a052

Browse files
author
Walker Leite
committed
fix(component): certifies that do not delete when isLoading is active
1 parent ab28085 commit d72a052

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ic-firebase-uploader/ic-firebase-uploader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default {
7979
})
8080
},
8181
onFileDeleteClick(sentFile) {
82+
if (sentFile.isLoading) return;
8283
/**
8384
* This event is called before a file delete begins
8485
* call doDelete to continue. Properties in the

0 commit comments

Comments
 (0)