search settings in store
This commit is contained in:
parent
7a85b203ac
commit
27aa739caf
7 changed files with 47 additions and 61 deletions
|
@ -14,11 +14,4 @@ const clearKeys = () => {
|
|||
};
|
||||
};
|
||||
|
||||
const setKeymaps = (keymaps) => {
|
||||
return {
|
||||
type: actions.INPUT_SET_KEYMAPS,
|
||||
keymaps: keymaps
|
||||
};
|
||||
};
|
||||
|
||||
export { keyPress, clearKeys, setKeymaps };
|
||||
export { keyPress, clearKeys };
|
||||
|
|
Reference in a new issue