Merge pull request #833 from n00o/bugfix/Adjust_Divider_Offset

fix (#402): response/body cursor offset on resize
This commit is contained in:
Anoop M D 2023-11-01 14:51:09 +05:30 committed by GitHub
commit 6fd84fcec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,9 @@ export default class CodeEditor extends React.Component {
}
render() {
if (this.editor) {
this.editor.refresh();
}
return (
<StyledWrapper
className="h-full w-full"