Merge branches 'develop' and 't3chguy/shortcuts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts3
Conflicts: src/components/structures/RoomView.js
This commit is contained in:
commit
064b533a4b
8 changed files with 182 additions and 39 deletions
|
@ -319,3 +319,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