Skip to content

Commit

Permalink
treeHasNavDates
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A committed Sep 19, 2024
1 parent 62ab7a0 commit 35825f0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ export class ContentLeftPanel extends LeftPanel<ContentLeftPanelConfig> {
if (!treeData) {
return;
}

if (!this.defaultToThumbsView()) {
if (!this.defaultToThumbsView() || this.extension.helper.treeHasNavDates(treeData)) {
this.$treeViewOptions.show();
} else {
this.$treeViewOptions.hide();
Expand Down

0 comments on commit 35825f0

Please sign in to comment.