0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Remove unnecessary findPersistent method

This commit is contained in:
Charlie Humphreys
2021-12-10 23:39:26 -06:00
parent 61cfef445b
commit 84f3519dbe

View File

@@ -326,10 +326,6 @@ const CodeEditor = createClass({
this.codeMirror.execCommand('unfoldAll');
},
findPersistent : function() {
this.codeMirror.execCommand('findPersistent');
},
//=-- Externally used -==//
setCursorPosition : function(line, char){
setTimeout(()=>{