diff --git a/dist/ladda.js b/dist/ladda.js index 7e45ae4..202f151 100644 --- a/dist/ladda.js +++ b/dist/ladda.js @@ -48,6 +48,9 @@ return this; }, remove: function() { + if (this.isLoading()) { + this.stop(); + } spinnerWrapper.parentNode.removeChild(spinnerWrapper); return this; },