Fix for context menu on calendar being too small sometimes
This commit is contained in:
parent
fdef9d9f78
commit
dddc6e6591
2 changed files with 4 additions and 2 deletions
|
@ -325,6 +325,7 @@ $(document).ready(function() {
|
|||
selector: 'div.fc-event',
|
||||
trigger: "left",
|
||||
ignoreRightClick: true,
|
||||
className: 'calendar-context-menu',
|
||||
|
||||
build: function($el, e) {
|
||||
var data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue