Skip to content

Commit

Permalink
Fixed folder clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailKovachev committed Feb 11, 2025
1 parent 182fcfd commit 7264bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.Explorer()
Component.Explorer({ folderClickBehavior: "link"})
],
right: [
Component.Graph(),
Expand All @@ -61,7 +61,7 @@ export const defaultListPageLayout: PageLayout = {
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.Explorer(),
Component.Explorer({ folderClickBehavior: "link"}),
],
right: [],
}

0 comments on commit 7264bd5

Please sign in to comment.