nova-horizon-stats icon indicating copy to clipboard operation
nova-horizon-stats copied to clipboard

Fix: Stop fetching after component is removed from screen

Open hubertnnn opened this issue 6 years ago • 0 comments

This PR will fix a bug that makes background fetching continue after leaving the page containing your components. When component is removed from screen background fetches are stopped, and when its added back, it will get resumed.

I did not include modified dist files to prevent merge conflicts with other pull requests. npm run production will have to be done and commited after merge.

hubertnnn avatar Oct 23 '18 13:10 hubertnnn