Skip to content

Commit

Permalink
fix #133023
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Sep 20, 2021
1 parent 616310c commit 5c8ba90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class NotebookOutlineRenderer implements ITreeRenderer<OutlineEntry, FuzzyScore,
renderElement(node: ITreeNode<OutlineEntry, FuzzyScore>, _index: number, template: NotebookOutlineTemplate, _height: number | undefined): void {
const options: IIconLabelValueOptions = {
matches: createMatches(node.filterData),
labelEscapeNewLines: true,
extraClasses: []
};

Expand Down

0 comments on commit 5c8ba90

Please sign in to comment.