why does it execute updateTotalUploadProgress()? · Issue #1761 · dropzone/dropzone

I wonder this implementation. https://github.com/enyo/dropzone/blob/master/dist/dropzone.js#L1282 this.on("removedfile", function () { return _this3.updateTotalUploadProgress(); }); I seem that It ...