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:
Michael Telatynski 2020-03-20 16:06:07 +00:00
commit 064b533a4b
8 changed files with 182 additions and 39 deletions

View file

@ -319,3 +319,7 @@ export const toggleDialog = () => {
},
});
};
export const registerShortcut = (category: Categories, defn: IShortcut) => {
shortcuts[category].push(defn);
};