Skip to content

Commit d027f0b

Browse files
committed
Removed unsused blazor attributes
1 parent b1d9076 commit d027f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Shared/TextAreaWithShortcuts.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@inject IJSRuntime jsRuntime
22

33
<textarea class="@Class" id="@Id" rows="@Rows"
4-
@onkeyup="MarkShortDescription" @onkeyup:preventDefault="true" @onabort:stopPropagation="true"
4+
@onkeyup="MarkShortDescription"
55
@oninput="args => Value = args.Value.ToString()">@Value</textarea>
66

77
@code {

0 commit comments

Comments
 (0)