Skip to content

Commit

Permalink
Fix element action buttons not appearing when editing a node
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 6, 2024
1 parent a278a4b commit e0700ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/navs/_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ <h1 class="screen-title" title="{{ title }}">{{ title }}</h1>
} %}
</div>

{# Required to prevent element index errors #}
<div class="main"></div>
<div id="actions-container" class="flex"></div>
{% endblock %}

{% block actionButton %}
Expand Down

0 comments on commit e0700ef

Please sign in to comment.