Commit ee9aa6a7 authored by Sebastien Robin's avatar Sebastien Robin

apachedex: we need to disable draggable inside graph

otherwise we zoom and drag in same time
parent 28c6d5c3
...@@ -69,5 +69,5 @@ function hideGraph(node) { ...@@ -69,5 +69,5 @@ function hideGraph(node) {
} }
$(function() { $(function() {
$(".graph:visible").each(function (i){renderGraph(this)}); $(".graph:visible").each(function (i){renderGraph(this)});
$(".hidden_graph .container").draggable(); $(".hidden_graph .container").draggable({cancel: "div.graph"});
}); });
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