File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ class Editor extends React.Component {
9898 this . beep = new Audio ( beepUrl ) ;
9999 this . widgets = [ ] ;
100100 this . _cm = CodeMirror ( this . codemirrorContainer , {
101- // eslint-disable-line
102101 theme : `p5-${ this . props . theme } ` ,
103102 lineNumbers : this . props . lineNumbers ,
104103 styleActiveLine : true ,
@@ -416,8 +415,6 @@ class Editor extends React.Component {
416415 }
417416 } ,
418417 closeOnUnfocus : false
419- // completeOnSingleClick: false,
420- // closeOnPick: false
421418 } ;
422419
423420 // CSS
@@ -597,7 +594,6 @@ Editor.propTypes = {
597594 collapseSidebar : PropTypes . func . isRequired ,
598595 expandSidebar : PropTypes . func . isRequired ,
599596 clearConsole : PropTypes . func . isRequired ,
600- // showRuntimeErrorWarning: PropTypes.func.isRequired,
601597 hideRuntimeErrorWarning : PropTypes . func . isRequired ,
602598 runtimeErrorWarningVisible : PropTypes . bool . isRequired ,
603599 provideController : PropTypes . func . isRequired ,
You can’t perform that action at this time.
0 commit comments