Closed bwobbones closed 6 years ago
Merging #651 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #651 +/- ##
========================================
+ Coverage 95.99% 96% +<.01%
========================================
Files 26 26
Lines 724 725 +1
========================================
+ Hits 695 696 +1
Misses 29 29
Impacted Files | Coverage Δ | |
---|---|---|
src/directives/mwlDroppable.js | 93.75% <100%> (+0.41%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 21118e5...b29dab1. Read the comment docs.
@mattlewis92 got time to look at this and #652?
Oops, sorry I don't have too much time for open source nowadays, please can you make this a new option instead of using the mwlDroppable
attribute (something like dropOverlap
instead?) Otherwise LGTM, thanks for your contribution!
Part of an overall change to allow manual resizing of hour-parts (broken out from #620).
Exposes the "overlap" option within interact. I needed to do this because there is a conflict when the dropzone window and the hour part windows are exactly the same size that requires the 'center' value to be used. The 'pointer' value is retained as the default.