Refactor context menu actions and constants
This is in order to accomodate more stateful objects by separating the context menu specific actions and constants into their own files.
This commit is contained in:
parent
28bd1f201c
commit
c1340ef758
4 changed files with 5 additions and 4 deletions
3
app/constants/contextMenu.jsx
Normal file
3
app/constants/contextMenu.jsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const UPDATE_CONTEXT_MENU = "UPDATE_CONTEXT_MENU"
|
||||
export const OPEN_CONTEXT_MENU = "OPEN_CONTEXT_MENU"
|
||||
export const CLOSE_CONTEXT_MENU = "CLOSE_CONTEXT_MENU"
|
||||
Loading…
Add table
Add a link
Reference in a new issue