mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Issue with arrow navigation from details working outside of the details page (#5071)
This commit is contained in:
@@ -100,6 +100,7 @@ class MovieDetails extends Component {
|
|||||||
window.removeEventListener('touchend', this.onTouchEnd);
|
window.removeEventListener('touchend', this.onTouchEnd);
|
||||||
window.removeEventListener('touchcancel', this.onTouchCancel);
|
window.removeEventListener('touchcancel', this.onTouchCancel);
|
||||||
window.removeEventListener('touchmove', this.onTouchMove);
|
window.removeEventListener('touchmove', this.onTouchMove);
|
||||||
|
window.removeEventListener('keyup', this.onKeyUp);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user