diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx index f2baea264..2a1bc8f30 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.jsx +++ b/shared/naturalcrit/codeEditor/codeEditor.jsx @@ -326,10 +326,6 @@ const CodeEditor = createClass({ this.codeMirror.execCommand('unfoldAll'); }, - findPersistent : function() { - this.codeMirror.execCommand('findPersistent'); - }, - //=-- Externally used -==// setCursorPosition : function(line, char){ setTimeout(()=>{