diff --git a/client/src/templates/Challenges/classic/DesktopLayout.js b/client/src/templates/Challenges/classic/DesktopLayout.js index 7849def151..ccdeb4bc99 100644 --- a/client/src/templates/Challenges/classic/DesktopLayout.js +++ b/client/src/templates/Challenges/classic/DesktopLayout.js @@ -17,6 +17,12 @@ const propTypes = { testOutput: PropTypes.element }; +const reflexProps = { + propagateDimensions: true, + renderOnResize: true, + renderOnResizeRate: 20 +}; + class DesktopLayout extends Component { render() { const { @@ -37,23 +43,11 @@ class DesktopLayout extends Component { {challengeFile && ( - + {editor} - + {testOutput}