Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Nov 18, 2024
1 parent 3711e12 commit 4babd52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/demo/src/components/PageFrame.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ import Default from "@astrojs/starlight/components/PageFrame.astro";
<script>
import "./panzoom.ts";
import "./vizdom.ts";
import "./graphviz.ts";
</script>
1 change: 0 additions & 1 deletion packages/demo/src/components/graphviz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ document.querySelectorAll(".graphviz").forEach((container) => {
const node = e.target?.closest(".node");
if (!node) return;
const id = node.getAttribute("id").replace("node", "");
console.log(id);
clear();

if (selected.has(id)) {
Expand Down

0 comments on commit 4babd52

Please sign in to comment.