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
I need to stop a movement of a sv-element when drag start or has any disable drag
at Html sv-root sv-on-start="cellDragStart($item, $part, $index, $helper)"
and in my controller $scope.cellDragStart = function ($item, $part, $index, $helper) { console.log($item); console.log($part); console.log($index); console.log($helper); $helper.element.stop() }
But it doesn't work
The text was updated successfully, but these errors were encountered:
I need to stop a movement of a sv-element when drag start or has any disable drag
at Html
sv-root sv-on-start="cellDragStart($item, $part, $index, $helper)"
and in my controller
$scope.cellDragStart = function ($item, $part, $index, $helper) { console.log($item); console.log($part); console.log($index); console.log($helper); $helper.element.stop() }
But it doesn't work
The text was updated successfully, but these errors were encountered: