Closed swbanks closed 6 years ago
@swbanks thanks for this! It looks like the PR only has the changes to the dst
folder though, can you update the PR with the changes to the actual source? Then I can merge and redeploy
@swbanks thanks for this! It looks like the PR only has the changes to the
dst
folder though, can you update the PR with the changes to the actual source? Then I can merge and redeploy
I will take care of this on Monday. Thanks for the reply!
No worries!
Actual source files have now been updated.
Many thanks @swbanks! Will release now :)
Latest version published now, thanks!
In testing we found that when closing a modal twice (clicking save closes our modal as well as clicking outside of the modal) the deferreds we were resolving were nulled out the first time and the second time we tried to resolve them an error would be thrown.
In order to no longer receive this error, we want to prevent the cleanupClose() method from being called a second time if it was already called.