mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
fix: add hover effect to search dropdown, custom support etc
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user