Skip to content

Commit 8838f5a

Browse files
authored
chore: disable collapsing for now (#2750)
1 parent deaa1ec commit 8838f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/components/FlameGraphWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export function FlameGraphWrapper(props: Props) {
8383
data={dataFrame}
8484
extraHeaderElements={extraEl}
8585
vertical={props.vertical}
86+
disableCollapsing={true}
8687
/>
8788
</>
8889
);

0 commit comments

Comments
 (0)