Skip to content

Commit

Permalink
Always show nav bar
Browse files Browse the repository at this point in the history
Fixes a somewhat related bug in Live
  • Loading branch information
josephmyers authored and RaymondLuong3 committed Feb 18, 2025
1 parent d46775b commit 3c7a3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2 matSubheader>{{ t("filter_questions") }}</h2>
</as-split>
</div>
</div>
@if (projectDoc && (totalVisibleQuestions() > 0 || canCreateQuestions)) {
@if (projectDoc) {
<div id="question-nav" [ngClass]="{ hide: textboxIsShownMobile || userOpenedChapterAudio }">
<div class="question-nav-start">
@if (canCreateQuestions) {
Expand Down

0 comments on commit 3c7a3ca

Please sign in to comment.