File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -324,16 +324,7 @@ class IDEView extends React.Component {
324324 runtimeErrorWarningVisible = { this . props . ide . runtimeErrorWarningVisible }
325325 provideController = { ( ctl ) => { this . cmController = ctl ; } }
326326 />
327- < Console
328- fontSize = { this . props . preferences . fontSize }
329- consoleEvents = { this . props . console }
330- isExpanded = { this . props . ide . consoleIsExpanded }
331- expandConsole = { this . props . expandConsole }
332- collapseConsole = { this . props . collapseConsole }
333- clearConsole = { this . props . clearConsole }
334- dispatchConsoleEvent = { this . props . dispatchConsoleEvent }
335- theme = { this . props . preferences . theme }
336- />
327+ < Console />
337328 </ SplitPane >
338329 < section className = "preview-frame-holder" >
339330 < header className = "preview-frame__header" >
@@ -649,6 +640,4 @@ function mapDispatchToProps(dispatch) {
649640 ) ;
650641}
651642
652-
653643export default withTranslation ( 'WebEditor' ) ( withRouter ( connect ( mapStateToProps , mapDispatchToProps ) ( IDEView ) ) ) ;
654-
You can’t perform that action at this time.
0 commit comments