Skip to content

Commit

Permalink
* Indicator position fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Oct 9, 2010
1 parent 0cda545 commit 77adb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Tree.js
Expand Up @@ -114,6 +114,7 @@ this.Tree = new Class({
if ([droppable, droppable.getParent('li')].contains(this.current)){
this.drop = {};
} else if (event.page.y >= center){
if (isSubnode) position.y -= coords.height;
drop = {
target: droppable,
where: 'after',
Expand Down

0 comments on commit 77adb96

Please sign in to comment.