Skip to content

Commit

Permalink
add navheader data to navheader renderer (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Jan 28, 2025
1 parent f1656da commit 2d9bd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/navigation/LeftNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
navHeaderContainer.innerHTML = '';
}
navHeader.renderer(navHeaderContainer, navParentNode, clickHandler);
navHeader.renderer(navHeaderContainer, navParentNode, clickHandler, navHeader);
}
};
Expand Down

0 comments on commit 2d9bd0c

Please sign in to comment.