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

pull/2/head
nitsua 4 years ago committed by GitHub
parent 2ecb988c6a
commit b53def3da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}
//

Loading…
Cancel
Save