mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: Issue with arrow navigation from details working outside of the details page (#5071)
This commit is contained in:
parent
2ecb988c6a
commit
b53def3da5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue