Skip to content

Commit 8e661d3

Browse files
committed
chore: comment
1 parent 36095ac commit 8e661d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codemirror.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const createState = ({ config, ...events }: EditorStateCreatorOptions): E
2828
if (viewUpdate.focusChanged) {
2929
viewUpdate.view.hasFocus ? events.onFocus(viewUpdate) : events.onBlur(viewUpdate)
3030
}
31-
viewUpdate.view.hasFocus
3231
})
3332
]
3433
})

0 commit comments

Comments
 (0)