Skip to content

Commit ca40f4a

Browse files
committed
remove overly broad event handlers
1 parent bf9a63e commit ca40f4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/javascripts/viewer/view/action-bar/tracing_actions_view.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ export function getLayoutMenu(props: LayoutMenuProps): SubMenuType {
129129
style={{
130130
padding: "0 16px",
131131
}}
132-
onKeyDown={(e) => e.stopPropagation()}
133-
onClick={(e) => e.stopPropagation()}
134132
>
135133
<Tooltip title="Add a new Layout">
136134
<Button

0 commit comments

Comments
 (0)