Initial context menu with all it's elements
This commit is contained in:
parent
6e7e091117
commit
8246d9148c
2 changed files with 12 additions and 1 deletions
|
@ -87,6 +87,8 @@ module.exports = React.createClass({
|
|||
var y = (elementRect.top + (elementRect.height / 2) + window.pageYOffset) - 43;
|
||||
var self = this;
|
||||
ContextualMenu.createMenu(Menu, {
|
||||
menuWidth: 188,
|
||||
menuHeight: 126,
|
||||
chevronOffset: 35,
|
||||
left: x,
|
||||
top: y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue