You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix double-click opening source view and context menus in butterfly wings
- Fix wrong tab slug ('calltree' → 'function-list') in _onEnterOrDoubleClick
for SelfWing, UpperWingFlameGraph, LowerWing, and UpperWing so that
double-clicking a call node opens the bottom box for the correct tab
- Add a contextMenuId prop to FlameGraph (defaulting to 'CallNodeContextMenu')
so wings can specify a different context menu
- Wire up FunctionListContextMenu for UpperWingFlameGraph and SelfWing:
right-clicking now dispatches changeRightClickedFunctionIndex so the
FunctionListContextMenu (already rendered in Details) can respond
0 commit comments