Skip to content

Commit

Permalink
fix(pat contentbrowser): Consistent active state of selected folderis…
Browse files Browse the repository at this point in the history
…h item.
  • Loading branch information
petschki committed Oct 15, 2024
1 parent 5835ee4 commit d086d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/contentbrowser/src/ContentBrowser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
// one level search mode
updatePreview({ data: item });
} else if (item.is_folderish) {
$previewUids = [item.UID];
currentPath.set(item.path);
} else {
const pathParts = item.path.split("/");
Expand Down

0 comments on commit d086d78

Please sign in to comment.