Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 582d996

Browse files
fix #530: Missing whitespace in XML Doc tooltips
1 parent 4be7990 commit 582d996

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Main/Base/Project/Editor/DocumentationUIBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ public void AddInline(Inline inline)
453453
AddBlock(para);
454454
}
455455
inlineCollection.Add(inline);
456+
ignoreWhitespace = false;
456457
}
457458

458459
public void AddBlock(Block block)

0 commit comments

Comments
 (0)