Commit 565f5f0a by Don Mitchell

Stop simple clicks from paging to top w/o disrupting dnd

parent ae4a854e
...@@ -59,6 +59,9 @@ $(document).ready(function() { ...@@ -59,6 +59,9 @@ $(document).ready(function() {
greedy: true greedy: true
}); });
// stop clicks on drag bars from doing their thing w/o stopping drag (did this cancel pointer?)
$('.courseware-overview').click(function(e) {e.preventDefault(); });
}); });
CMS.HesitateEvent.toggleXpandHesitation = null; CMS.HesitateEvent.toggleXpandHesitation = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment