File tree 1 file changed +1
-12
lines changed
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 {
324
324
runtimeErrorWarningVisible = { this . props . ide . runtimeErrorWarningVisible }
325
325
provideController = { ( ctl ) => { this . cmController = ctl ; } }
326
326
/>
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 />
337
328
</ SplitPane >
338
329
< section className = "preview-frame-holder" >
339
330
< header className = "preview-frame__header" >
@@ -649,6 +640,4 @@ function mapDispatchToProps(dispatch) {
649
640
) ;
650
641
}
651
642
652
-
653
643
export default withTranslation ( 'WebEditor' ) ( withRouter ( connect ( mapStateToProps , mapDispatchToProps ) ( IDEView ) ) ) ;
654
-
You can’t perform that action at this time.
0 commit comments