[fix] Multiple example (#2026)

This PR fixes the multiple example.

### Change Type

- [x] `patch` — Bug fix
This commit is contained in:
Steve Ruiz 2023-10-06 10:02:39 +01:00 committed by GitHub
parent 9c1dc00740
commit fa32173409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ function EditorB() {
function EditorC() {
const { focusedEditor, setFocusedEditor } = useContext(focusedEditorContext)
const isFocused = focusedEditor === 'third'
const isFocused = focusedEditor === 'C'
return (
<div>