diff --git a/mindinsight/ui/src/mixins/common-graph.vue b/mindinsight/ui/src/mixins/common-graph.vue index c8a0118b..91055074 100644 --- a/mindinsight/ui/src/mixins/common-graph.vue +++ b/mindinsight/ui/src/mixins/common-graph.vue @@ -307,11 +307,6 @@ export default { svg.on('.zoom', null); svg.call(zoom); svg.on('dblclick.zoom', null); - svg.on('wheel.zoom', null); - - const graph0 = d3.select('#graph #graph0'); - graph0.on('.zoom', null); - graph0.call(zoom); }, /** * Default method of the graph rendering adjustment. Set the node format.