From 84f3519dbe73cbeeca53972b2771086bcaadf0e5 Mon Sep 17 00:00:00 2001 From: Charlie Humphreys Date: Fri, 10 Dec 2021 23:39:26 -0600 Subject: [PATCH] Remove unnecessary findPersistent method --- shared/naturalcrit/codeEditor/codeEditor.jsx | 4 ---- 1 file changed, 4 deletions(-) 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(()=>{