Skip to content

Commit

Permalink
Bugfix: graph would flash on intial page load
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Jul 9, 2023
1 parent a64f5e2 commit 69f20fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/_includes/components/graphScript.njk
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
</div>
</div>
<div x-effect="window.graph = renderLocalGraph(graphData, depth, fullScreen)" id="link-graph" ></div>
<div x-show="showFullGraph" id="full-graph" class="show">
<div x-show="showFullGraph" id="full-graph" class="show" style="display: none;">
<span id="full-graph-close" x-on:click="fullGraph = closefullGraph(fullGraph); showFullGraph = false;"><i icon-name="x" aria-hidden="true"></i></span><div id="full-graph-container"></div>
</div>
</div>

0 comments on commit 69f20fa

Please sign in to comment.