Skip to content

Commit bdf0752

Browse files
committed
Show added and modified lines in Changes Only mode
1 parent 8ac2474 commit bdf0752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/APIView/ClientSPA/src/app/_workers/apitree-builder.worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function buildCodePanelRows(nodeIdHashed: string, navigationTree: NavigationTree
9797
let buildNode = true;
9898
let buildChildren = true;
9999

100-
if (nodeIdHashed !== "root" && apiTreeBuilderData?.diffStyle === TREE_DIFF_STYLE &&
100+
if (nodeIdHashed !== "root" && apiTreeBuilderData?.diffStyle === TREE_DIFF_STYLE && !node.isNodeWithDiff &&
101101
(!node.isNodeWithDiffInDescendants || (!apiTreeBuilderData?.showDocumentation && !node.isNodeWithNoneDocDiffInDescendants))) {
102102
buildNode = false;
103103
buildChildren = false;

0 commit comments

Comments
 (0)