diff --git a/apps/client/src/widgets/react/hooks.tsx b/apps/client/src/widgets/react/hooks.tsx index f0019ac46..6c5b31061 100644 --- a/apps/client/src/widgets/react/hooks.tsx +++ b/apps/client/src/widgets/react/hooks.tsx @@ -677,7 +677,6 @@ export function useLegacyWidget(widgetFactory: () => T, { // The event system may have already updated the widget, in which case // widget.noteContext will already equal noteContext. if (widget.noteContext !== noteContext) { - widget.setNoteContextEvent({ noteContext }); widget.activeContextChangedEvent({ noteContext }); } }