Skip to content

Commit

Permalink
Fix an error when adding multiple nodes when scrolled out of bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 17, 2024
1 parent 99f0c4f commit 04b255e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/templates/navs/_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,10 @@ <h1 class="screen-title" title="{{ title }}">{{ title }}</h1>
</div>
</div>

<div class="elements busy">
<div class="update-spinner spinner spinner-absolute"></div>
<div class="main element-index">
<div class="elements busy">
<div class="update-spinner spinner spinner-absolute"></div>
</div>
</div>
</div>

Expand Down

0 comments on commit 04b255e

Please sign in to comment.