Skip to content

Commit 8f8ded8

Browse files
committed
refactor: 更新获得选择值方法名称
1 parent 5f3cf80 commit 8f8ded8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.Vditor/Vditor.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public async ValueTask InsertValueAsync(string? value, bool render = true)
161161
/// <summary>
162162
/// 返回选中的字符串
163163
/// </summary>
164-
public async ValueTask<string?> GetSelectAsync()
164+
public async ValueTask<string?> GetSelectionAsync()
165165
{
166166
string? ret = null;
167167
if (_vditor != null)

0 commit comments

Comments
 (0)