mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Add manage pin spaces
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
4ab2af51a5
commit
e1a67acde1
7 changed files with 242 additions and 2 deletions
|
|
@ -106,6 +106,9 @@ class Navigation extends EventEmitter {
|
|||
action.tabText,
|
||||
);
|
||||
},
|
||||
[cons.actions.navigation.OPEN_SHORTCUT_SPACES]: () => {
|
||||
this.emit(cons.events.navigation.SHORTCUT_SPACES_OPENED);
|
||||
},
|
||||
[cons.actions.navigation.OPEN_INVITE_LIST]: () => {
|
||||
this.emit(cons.events.navigation.INVITE_LIST_OPENED);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue