From bc497c473410af1dfd9d41c994065a58371580b6 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon <44397098+microbit-matt-hillsdon@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:44:30 +0000 Subject: [PATCH] Fix based on previous team's experience. --- src/editor/codemirror/reactWidgetExtension.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/codemirror/reactWidgetExtension.tsx b/src/editor/codemirror/reactWidgetExtension.tsx index f85a014d9..bdaef3e0a 100644 --- a/src/editor/codemirror/reactWidgetExtension.tsx +++ b/src/editor/codemirror/reactWidgetExtension.tsx @@ -63,7 +63,7 @@ class ExampleReactBlockWidget extends WidgetType { } ignoreEvent() { - return false; + return true; } }