Skip to content

Commit

Permalink
fix(month-view): dont fire click event when dropping event in cell
Browse files Browse the repository at this point in the history
Fixes #1237
  • Loading branch information
mattlewis92 committed May 3, 2020
1 parent 091ef1d commit 1b81353
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ $cal-month-view-vars: map-merge($cal-vars, $cal-month-view-vars);
display: flex;
flex-direction: column;
align-items: stretch;

.cal-event {
pointer-events: all !important;
}
}

.cal-day-cell {
Expand Down

0 comments on commit 1b81353

Please sign in to comment.