fix: add hover effect to search dropdown, custom support etc

This commit is contained in:
David Ralph
2021-08-26 19:48:20 +01:00
parent e5f8cf3e66
commit de4ffbcb0a
3 changed files with 20 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ export default class KeybindSettings extends PureComponent {
}
reset(type) {
let keybinds = this.state.keybinds;
const keybinds = this.state.keybinds;
keybinds[type] = '';
localStorage.setItem('keybinds', JSON.stringify(keybinds));
this.setState({