[fix] Multiple example (#2026)
This PR fixes the multiple example. ### Change Type - [x] `patch` — Bug fix
This commit is contained in:
parent
9c1dc00740
commit
fa32173409
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function EditorB() {
|
|||
|
||||
function EditorC() {
|
||||
const { focusedEditor, setFocusedEditor } = useContext(focusedEditorContext)
|
||||
const isFocused = focusedEditor === 'third'
|
||||
const isFocused = focusedEditor === 'C'
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue