Add global state and right click menu using redux
This commit is contained in:
parent
9821373504
commit
54d64cc124
10 changed files with 190 additions and 81 deletions
3
app/constants/index.jsx
Normal file
3
app/constants/index.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