From 83588a82ba9d377d9575cadadff55e1318e4a76d Mon Sep 17 00:00:00 2001 From: WeiFeng-mindinsight Date: Thu, 18 Mar 2021 15:24:11 +0800 Subject: [PATCH] UI fix bug of graph that the zoom function is abnormal due to the browser update --- mindinsight/ui/src/mixins/common-graph.vue | 5 ----- 1 file changed, 5 deletions(-) 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.