Skip to content

Commit db6f539

Browse files
author
Your Name
committed
Automated commit on 2024-12-31 17:04:48
1 parent 6a94283 commit db6f539

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

html-static/js/dev.js

-8
Original file line numberDiff line numberDiff line change
@@ -2724,17 +2724,9 @@ function viewportButtonsLabelEndpoint() {
27242724

27252725
} else {
27262726
cy.edges().forEach(function(edge) {
2727-
2728-
// // Reset styles to defaults from the stylesheet
2729-
// loadCytoStyle(cy); // Reapply the Cytoscape stylesheet
2730-
2731-
// avoidEdgeLabelOverlap(cy);
2732-
27332727
edge.style("text-opacity", 1);
27342728
edge.style("text-background-opacity", 0.7);
27352729
linkEndpointVisibility = true;
2736-
2737-
27382730
});
27392731
}
27402732
}

0 commit comments

Comments
 (0)