You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] Bug report
[ ] Feature request
[ ] Support request => Please do not submit a support request here, please ask on https://stackoverflow.com/
Bug description / Feature request
Calendar month view
If you drag an event and drop it on the same day, day click event is fired after drop event.
It works fine when you drag and drop an event from one day to another day, because only drop event is fired.
Versions
Angular: 5.2.9
Calendar library: 0.23.7
Browser name and version: Google Chrome 65.0.3325.181
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE:
Custom template users will now need to add a "dragActiveClass='cal-drag-active'" anywhere they use an mwlDraggable directive
If using the mwlDraggable directive anywhere else in your app you will need to apply `pointer-events: none` to the element yourself when it's being dragged. This can be done with the `dragActiveClass` option
Fixes#487
I'm submitting a ...
Bug description / Feature request
Calendar month view
If you drag an event and drop it on the same day, day click event is fired after drop event.
It works fine when you drag and drop an event from one day to another day, because only drop event is fired.
Versions
Angular: 5.2.9
Calendar library: 0.23.7
Browser name and version: Google Chrome 65.0.3325.181
The text was updated successfully, but these errors were encountered: