PhOder
PhOder
In this PR I updated the work in #112 fixed some failing tests. **Attention** this PR includes the work of #167
This commit adds a new `@Input()` property `intersectionMode` to the `SelectContainerComponent` that allows to modify if items' bounding boxes need to be fully included in the select box or (by...
This commit fixes the issue of not being able to start a selection if mousedown occured on neither Host element nor select item element but inbetween. The issue occurs if...