1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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