Closed jredd closed 7 years ago
Is it possible to give a default position for the draggle to start in? I tried just offsetting it with css but when people would do the initial drag it would snap the offset amount on the screen
Just define the position in the template.
<div class="cube" [ng2-draggable]="true" style="top:60px;left:400px;">
Is it possible to give a default position for the draggle to start in? I tried just offsetting it with css but when people would do the initial drag it would snap the offset amount on the screen