Merge branches 'develop' and 't3chguy/shortcuts1' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts1
This commit is contained in:
commit
75c3a10bfa
8 changed files with 182 additions and 39 deletions
|
@ -343,3 +343,7 @@ export const toggleDialog = () => {
|
|||
},
|
||||
});
|
||||
};
|
||||
|
||||
export const registerShortcut = (category: Categories, defn: IShortcut) => {
|
||||
shortcuts[category].push(defn);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue