Fix memory leak: do not use the same promise to instanciate all gadgets.
Seems the .then method never realse the memory if the original promise is kept. Manually create new promise instead each time.
Showing
Please register or sign in to comment