You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/editor-focus-event.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The required approach depends on the [Editor `EditMode`](slug:editor-edit-modes-
38
38
### `Div` EditMode
39
39
40
40
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.
42
42
1. Use JavaScript to check if the Editor content `<div class="k-content ProseMirror">` is focused.
43
43
44
44
>caption Detect Editor focus when using Div EditMode
0 commit comments