[hg] galaxy 2571: Documentation for dragging change
details: http://www.bx.psu.edu/hg/galaxy/rev/3c64aa0a0f85 changeset: 2571:3c64aa0a0f85 user: Kanwei Li <kanwei@gmail.com> date: Thu Aug 06 16:11:40 2009 -0400 description: Documentation for dragging change 1 file(s) affected in this change: static/scripts/galaxy.workflow_editor.canvas.js diffs (12 lines): diff -r e1f9132aebe0 -r 3c64aa0a0f85 static/scripts/galaxy.workflow_editor.canvas.js --- a/static/scripts/galaxy.workflow_editor.canvas.js Thu Aug 06 16:07:53 2009 -0400 +++ b/static/scripts/galaxy.workflow_editor.canvas.js Thu Aug 06 16:11:40 2009 -0400 @@ -805,6 +805,8 @@ self.draw_overview(); }); + /* Disable dragging for child elements of the panel so that resizing can + only be done with the border panels */ $("#overview-border>*").bind("drag", function(e) { }); },
participants (1)
-
Greg Von Kuster