Skip to content

Commit

Permalink
fix link in readonly view
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBoiko committed Nov 10, 2024
1 parent 23cb4a3 commit 66dc6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
color: rgb(73, 80, 87);
}

svg a { fill:#fff; text-decoration: underline; pointer-events: all !important; }
svg a { fill:#fff; text-decoration: underline; pointer-events: all; }
svg .select a { pointer-events: none; }
svg .shtxt a { fill: rgb(13, 110, 253); }

Expand Down Expand Up @@ -181,6 +181,6 @@
</style>
<g id="canvas"></g>
</svg>
<script src="index.js?v=202411032" type="module"></script>
<script src="index.js?v=20241110" type="module"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

0 comments on commit 66dc6c5

Please sign in to comment.