Skip to content

Commit 1f3cb19

Browse files
committed
refactor: 更新文档注释
1 parent 97c4e67 commit 1f3cb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.SummerNote/Components/Editor/Editor.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public partial class Editor
3232
public string? PlaceHolder { get; set; }
3333

3434
/// <summary>
35-
/// 获得/设置 是否直接显示为富文本编辑框
35+
/// 获得/设置 是否直接显示为富文本编辑框 默认 false
3636
/// </summary>
3737
[Parameter]
3838
public bool IsEditor { get; set; }

0 commit comments

Comments
 (0)