details: http://www.bx.psu.edu/hg/galaxy/rev/e1f9132aebe0 changeset: 2570:e1f9132aebe0 user: Kanwei Li <kanwei@gmail.com> date: Thu Aug 06 16:07:53 2009 -0400 description: Can only resize overview using the border panels 1 file(s) affected in this change: static/scripts/galaxy.workflow_editor.canvas.js diffs (12 lines): diff -r 397800eff312 -r e1f9132aebe0 static/scripts/galaxy.workflow_editor.canvas.js --- a/static/scripts/galaxy.workflow_editor.canvas.js Thu Aug 06 15:25:18 2009 -0400 +++ b/static/scripts/galaxy.workflow_editor.canvas.js Thu Aug 06 16:07:53 2009 -0400 @@ -805,6 +805,8 @@ self.draw_overview(); }); + $("#overview-border>*").bind("drag", function(e) { }); + }, update_viewport_overlay: function() { var cc = this.cc,