mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 14:42:40 +00:00
Remove unnecessary findPersistent method
This commit is contained in:
@@ -326,10 +326,6 @@ const CodeEditor = createClass({
|
|||||||
this.codeMirror.execCommand('unfoldAll');
|
this.codeMirror.execCommand('unfoldAll');
|
||||||
},
|
},
|
||||||
|
|
||||||
findPersistent : function() {
|
|
||||||
this.codeMirror.execCommand('findPersistent');
|
|
||||||
},
|
|
||||||
|
|
||||||
//=-- Externally used -==//
|
//=-- Externally used -==//
|
||||||
setCursorPosition : function(line, char){
|
setCursorPosition : function(line, char){
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user