Skip to content

Commit

Permalink
Fix based on previous team's experience.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Feb 13, 2024
1 parent 51e0ec3 commit bc497c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/codemirror/reactWidgetExtension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ExampleReactBlockWidget extends WidgetType {
}

ignoreEvent() {
return false;
return true;
}
}

Expand Down

0 comments on commit bc497c4

Please sign in to comment.