Skip to content

Commit 909bf7b

Browse files
ntachevantacheva
authored andcommitted
Update knowledge-base/inputs-disable-copy-paste.md
1 parent 2e60efc commit 909bf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/inputs-disable-copy-paste.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To disable the copy and paste functionality in a TextBox and other Telerik Blazo
7474
{
7575
await Task.Delay(1);
7676
77-
// prevent cut, copy and paste in the textbox
77+
// prevent copy and paste in the textbox
7878
await js.InvokeVoidAsync("preventCutCopyPaste");
7979
}
8080

0 commit comments

Comments
 (0)