Keyboard shortcuts and accessibility
This commit is contained in:
parent
8590a047c7
commit
20a892247f
87 changed files with 3652 additions and 711 deletions
|
@ -32,6 +32,11 @@ export const getStickersPath = createSelector(
|
|||
(state: UserStateType): string => state.stickersPath
|
||||
);
|
||||
|
||||
export const getPlatform = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.platform
|
||||
);
|
||||
|
||||
export const getTempPath = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.tempPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue