mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
fix: delete unnecessary console.
This commit is contained in:
parent
5c9b574cb7
commit
eb4339dff0
@ -130,7 +130,6 @@ export default {
|
||||
fixNodes = graph.findAllByState('node', fixSelectedItems.fixState);
|
||||
fixEdges = graph.findAllByState('edge', fixSelectedItems.fixState);
|
||||
|
||||
console.log('zooming ', fixNodes, fixSelectedItems.fixState);
|
||||
const scale = graphZoom / zoom;
|
||||
const fixNodesLength = fixNodes.length;
|
||||
for (let fn = 0; fn < fixNodesLength; fn++) {
|
||||
|
Loading…
Reference in New Issue
Block a user