Skip to content

Commit

Permalink
feat(calendar): activate context menu in calendar events
Browse files Browse the repository at this point in the history
  • Loading branch information
TheExGenesis committed Mar 28, 2022
1 parent ffac999 commit f36cadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const CalendarEventBig = ({ data, callbacks }: any) => {
<AutoDynamicView
object={new UnigraphObject(data.get('time_frame')._value)}
callbacks={callbacks}
options={{ noDrag: true, noDrop: true, noContextMenu: true, inline: true }}
options={{ noDrag: true, noDrop: true, noContextMenu: false, inline: true }}
/>
<div
style={{
Expand Down

0 comments on commit f36cadb

Please sign in to comment.