search results are selected again
This commit is contained in:
parent
f75a1cc786
commit
82eecf9e24
1 changed files with 2 additions and 2 deletions
|
|
@ -946,9 +946,9 @@ var Editor = function(renderer, doc) {
|
|||
|
||||
var range = this.$search.find(this.doc);
|
||||
if (range) {
|
||||
this.selection.setSelectionRange(range);
|
||||
this.$updateDesiredColumn();
|
||||
this.gotoLine(range.end.row+1, range.end.column);
|
||||
this.$updateDesiredColumn();
|
||||
this.selection.setSelectionRange(range);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue