scroll-behavior
scroll-behavior copied to clipboard
Unlisten PageLifecycle events on stop
The current code does PageLifecycle.addEventListener('statechange', ...) but doesn't remove that listener in the stop() method. I assume that's not intentional?