We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41c868e + 967c2cb commit 57ee7e8Copy full SHA for 57ee7e8
layouts/guides/landing.html
@@ -83,7 +83,10 @@ <h1 data-pagefind-weight="10" class="scroll-mt-36">{{ .Title }}</h1>
83
updateVisible() {
84
const hiddenSet = new Set();
85
// show if no filters have been selected
86
- if (this.noFilters()) return;
+ if (this.noFilters()) {
87
+ this.hidden = [];
88
+ return;
89
+ };
90
const guideContainer = this.$refs['guide-container'];
91
const guides = guideContainer.children
92
0 commit comments