()
| 985 | } |
| 986 | |
| 987 | componentWillUnmount() { |
| 988 | Utils.removeQueueListener(this.onQueueChange); |
| 989 | this.configButton.deregister(); |
| 990 | this.mousetrap.reset(); |
| 991 | window.removeEventListener("fad-request", lyricContainerUpdate); |
| 992 | refreshMusixmatchTranslation = null; |
| 993 | } |
| 994 | |
| 995 | updateVisualOnConfigChange() { |
| 996 | this.availableModes = CONFIG.modes.filter((_, id) => { |
nothing calls this directly
no test coverage detected