forked from extern/bruno
Merge pull request #833 from n00o/bugfix/Adjust_Divider_Offset
fix (#402): response/body cursor offset on resize
This commit is contained in:
commit
6fd84fcec3
@ -146,6 +146,9 @@ export default class CodeEditor extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
if (this.editor) {
|
||||||
|
this.editor.refresh();
|
||||||
|
}
|
||||||
return (
|
return (
|
||||||
<StyledWrapper
|
<StyledWrapper
|
||||||
className="h-full w-full"
|
className="h-full w-full"
|
||||||
|
Loading…
Reference in New Issue
Block a user