Skip to content

Commit

Permalink
Removed log view transitions. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Oct 30, 2024
1 parent 12a7d97 commit a04390e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/dora-dora/src/LogView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,12 @@ const LogView = memo((props: LogViewProps) => {
open={props.openName !== null}
aria-labelledby="logview-dialog-title"
aria-describedby="logview-dialog-description"
transitionDuration={0}
TransitionProps={{
appear: false,
enter: false,
exit: false,
}}
>
<DialogContent style={{overflow: "hidden", margin: 0, padding: 0}}>
<div hidden={!toggleProfiler}>
Expand Down

0 comments on commit a04390e

Please sign in to comment.