We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3212a91 commit 498a94eCopy full SHA for 498a94e
1 file changed
src/components/BootstrapBlazor.Mermaid/Mermaid.razor.cs
@@ -58,7 +58,7 @@ protected override async Task OnParametersSetAsync()
58
protected override Task InvokeInitAsync() => InvokeVoidAsync("init", Id, BuildDiagramText());
59
60
/// <summary>
61
- /// 内容改变时重新渲染mermaid
+ /// 内容改变时重新渲染 mermaid
62
/// </summary>
63
/// <returns></returns>
64
public Task MermaidChanged() => InvokeVoidAsync("init", Id, BuildDiagramText());
0 commit comments