Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-1203 Moving a node in the diagram builder changes the scrollbar o…
Browse files Browse the repository at this point in the history
…f window instead of canvas scroll
  • Loading branch information
Thiago Rocha authored and Jonathan Mak committed Apr 29, 2014
1 parent 7adb774 commit ff16b37
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/aui-diagram-builder/js/aui-diagram-builder-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,11 +1270,12 @@ var DiagramBuilder = A.Component.create({
},
{
cfg: {
scrollDelay: 150
scrollDelay: 150,
node: dropContainer
},
fn: A.Plugin.DDWinScroll
}
]
fn: A.Plugin.DDNodeScroll
}
]
},
nodes: _DOT + CSS_DIAGRAM_NODE
},
Expand Down

0 comments on commit ff16b37

Please sign in to comment.