maja
Results
2
issues of
maja
When using css styles like this: ``` .listOfElementsToSort .elementThatCanBeDragged:last-child{ margin-bottom: 0; } ``` The layout can break during dragging when the last element is moved. The reason for this is...
Feature request: In my current use case, it should not be possible to drag the last element produced by `ng-repeat` and it should also not be possible to move another...