Stop simple clicks from paging to top w/o disrupting dnd
This commit is contained in:
@@ -58,6 +58,9 @@ $(document).ready(function() {
|
||||
drop: onSectionReordered,
|
||||
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(); });
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user