Skip to content

Commit

Permalink
Not using onDragStart() (as in version 3), because it is triggered on…
Browse files Browse the repository at this point in the history
… regular mouse down
  • Loading branch information
ramtob committed Sep 13, 2016
1 parent c642b68 commit 6030068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/forceHorse/forceHorse-es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/forceHorse/forceHorse-es5.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions components/forceHorse/forceHorse.js
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ angular.module('forceHorse', [])
* @name forceHorse.factory:ForceHorseFactory#onDragStart
* @description
* Event handler, called when a node-dragging starts
* *UPDATE* I avoid using it, because it is triggered by a normal mouse-down
* @returns {ForceHorseFactory} current instance
*/
proto.onDragStart = function (/*d*/) {
Expand Down

0 comments on commit 6030068

Please sign in to comment.