diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-26 15:08:14 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-26 15:08:14 -0800 |
commit | 55f9408d509b6ee34e62948d311d6d963e3ffa6d (patch) | |
tree | fc0ee67ccede07cdc9a067b8c0019109f19ef315 | |
parent | 5808ba48c8e5e212571ebd03e874a386dae92786 (diff) |
Fix the scrollbar in the organize panel by restricting drag-to-select to #g-organize-microthumb-grid.
-rw-r--r-- | modules/organize/js/organize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/js/organize.js b/modules/organize/js/organize.js index afa9e17a..9164d143 100644 --- a/modules/organize/js/organize.js +++ b/modules/organize/js/organize.js @@ -162,7 +162,7 @@ }, set_handlers: function() { - $("#g-organize-microthumb-panel") + $("#g-organize-microthumb-grid") .selectable({filter: ".g-organize-microthumb-grid-cell"}) .droppable($.organize.content_droppable); $(".g-organize-microthumb-grid-cell") |