We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36095ac commit 8e661d3Copy full SHA for 8e661d3
src/codemirror.ts
@@ -28,7 +28,6 @@ export const createState = ({ config, ...events }: EditorStateCreatorOptions): E
28
if (viewUpdate.focusChanged) {
29
viewUpdate.view.hasFocus ? events.onFocus(viewUpdate) : events.onBlur(viewUpdate)
30
}
31
- viewUpdate.view.hasFocus
32
})
33
]
34
0 commit comments