mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-15 11:40:29 +03:00
made EmojiBoard reusable
This commit is contained in:
parent
769fd7b524
commit
0404f30c87
7 changed files with 118 additions and 8 deletions
|
|
@ -54,6 +54,14 @@ function openSettings() {
|
|||
});
|
||||
}
|
||||
|
||||
function openEmojiBoard(cords, requestEmojiCallback) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.OPEN_EMOJIBOARD,
|
||||
cords,
|
||||
requestEmojiCallback,
|
||||
});
|
||||
}
|
||||
|
||||
export {
|
||||
handleTabChange,
|
||||
selectRoom,
|
||||
|
|
@ -63,4 +71,5 @@ export {
|
|||
openCreateChannel,
|
||||
openInviteUser,
|
||||
openSettings,
|
||||
openEmojiBoard,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue