Skip to content

Commit 8f3f351

Browse files
dimodiTsvetomir-Hr
authored andcommitted
Update knowledge-base/editor-focus-event.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent b0c9ed4 commit 8f3f351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/editor-focus-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The required approach depends on the [Editor `EditMode`](slug:editor-edit-modes-
3838
### `Div` EditMode
3939

4040
1. Learn how to [call JavaScript code from C# code](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet).
41-
1. Wrap the Editor in a container with an `@onfocusin` event handler.
41+
1. Wrap the Editor in a container with an `@onfocusin` event.
4242
1. Use JavaScript to check if the Editor content `<div class="k-content ProseMirror">` is focused.
4343

4444
>caption Detect Editor focus when using Div EditMode

0 commit comments

Comments
 (0)