Skip to content

Commit 4219764

Browse files
authored
Merge pull request #83 from OCNS:fix_click_position
Fix click position
2 parents 0af2280 + 91a510f commit 4219764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Simselect</title>
66
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
77
<link rel="stylesheet" type="text/css" href="assets/style.css">
8-
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.28.1/cytoscape.min.js"></script>
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.31.2/cytoscape.min.js"></script>
99
<script src="assets/js/layout-base.min.js"></script>
1010
<script src="assets/js/cose-base.min.js"></script>
1111
<script src="assets/js/cytoscape-fcose.min.js"></script>
@@ -65,7 +65,7 @@ <h5 class="offcanvas-title" id="filter_pane_label">Highlight simulators</h5>
6565
<div class="container-fluid" style="height: 80vh; width: 100vw;">
6666
<div class="row" >
6767
<!-- graph -->
68-
<div class="col col-8" style="height: 80vh" id="cy"><br /></div>
68+
<div class="col col-8" style="height: 80vh" id="cy"></div>
6969

7070
<!-- details pane -->
7171
<div class="col col-4 d-flex flex-column justify-content-between" style="height: 80vh; overflow: scroll" id="details">

0 commit comments

Comments
 (0)