diff --git a/desktop/plugins/public/ui-debugger/components/sidebar/inspector/FrameworkEventsInspector.tsx b/desktop/plugins/public/ui-debugger/components/sidebar/inspector/FrameworkEventsInspector.tsx index 2c36a0236..36dd25a1a 100644 --- a/desktop/plugins/public/ui-debugger/components/sidebar/inspector/FrameworkEventsInspector.tsx +++ b/desktop/plugins/public/ui-debugger/components/sidebar/inspector/FrameworkEventsInspector.tsx @@ -98,15 +98,15 @@ export const FrameworkEventsInspector: React.FC = ({ {(showEventTypesSection || showThreadsSection) && ( { - if (visible) { + onOpenChange={(open) => { + if (open) { tracker.track( 'framework-event-timeline-filters-adjusted', {}, ); } }} - overlay={ + dropdownRender={() => ( = ({ )} - }> + )}>