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:
@@ -326,10 +326,6 @@ const CodeEditor = createClass({
|
||||
this.codeMirror.execCommand('unfoldAll');
|
||||
},
|
||||
|
||||
findPersistent : function() {
|
||||
this.codeMirror.execCommand('findPersistent');
|
||||
},
|
||||
|
||||
//=-- Externally used -==//
|
||||
setCursorPosition : function(line, char){
|
||||
setTimeout(()=>{
|
||||
|
||||
Reference in New Issue
Block a user