* Fixed backwards searching
This commit is contained in:
parent
217271b867
commit
e2d5b1d01b
1 changed files with 1 additions and 1 deletions
|
|
@ -1965,7 +1965,7 @@ var Editor = function(renderer, session) {
|
|||
options = options || {};
|
||||
options.needle = needle;
|
||||
this.$search.set(options);
|
||||
this.$find(false, animate);
|
||||
this.$find(options.backwards, animate);
|
||||
};
|
||||
|
||||
/** related to: Editor.find
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue