Skip to content

Commit

Permalink
fix(schedule): fix contextmenu on evento of schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed Jul 3, 2019
1 parent 38ecc30 commit 7c05bf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
}"
[style.borderLeftColor]="statusConfig ? statusConfig[event?.data?.status]?.color : '#FFFFFF'"
[tooltip]="{text: statusConfig ? statusConfig[event?.data?.status]?.description : '' , placement: 'top-center'}"
(contextmenu)="onEventContextmenu.emit( { event: $event, data: event?.data, element: elementBox } ); false"
(click)="onEventClick.emit( event?.data )"
(dblclick)="onEventDbClick.emit( event?.data )"
(mouseover)="onEventMouseout.emit( event?.data )"
Expand Down

0 comments on commit 7c05bf0

Please sign in to comment.