Skip to content

Commit

Permalink
Fix: Request section layout (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored Apr 26, 2022
1 parent 8466131 commit a3dbf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/query-runner/request/Request.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class Request extends Component<IRequestComponent, any> {
border: 'solid 1px #ddd',
marginBottom: 10
}}
onResizeStop={(e: any, direction: any, ref: any) => {
onResize={(e: any, direction: any, ref: any) => {
if (ref && ref.style && ref.style.height) {
this.setRequestAndResponseHeights(ref.style.height);
}
Expand Down

0 comments on commit a3dbf0e

Please sign in to comment.