Keyboard/mouse mode and keyboard support bugfixes
This commit is contained in:
parent
ed55006f20
commit
2a0a73cfc1
25 changed files with 686 additions and 274 deletions
|
@ -22,6 +22,11 @@ export const getIntl = createSelector(
|
|||
(state: UserStateType): LocalizerType => state.i18n
|
||||
);
|
||||
|
||||
export const getInteractionMode = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType) => state.interactionMode
|
||||
);
|
||||
|
||||
export const getAttachmentsPath = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.attachmentsPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue