Fixed: Issue with arrow navigation from details working outside of the details page (#5071)

This commit is contained in:
nitsua
2020-09-26 23:36:36 -04:00
committed by GitHub
parent 2ecb988c6a
commit b53def3da5

View File

@@ -100,6 +100,7 @@ class MovieDetails extends Component {
window.removeEventListener('touchend', this.onTouchEnd);
window.removeEventListener('touchcancel', this.onTouchCancel);
window.removeEventListener('touchmove', this.onTouchMove);
window.removeEventListener('keyup', this.onKeyUp);
}
//