This commit is contained in:
Thomas Wilburn 2014-06-21 23:58:31 -07:00
parent 3ac6d1f750
commit 4dd6ba2af0

View file

@ -431,6 +431,10 @@ define([
var current = this.results[this.selected];
if (current && current.tab) {
sessions.raiseBlurred(current.tab);
if (current.line) {
editor.clearSelection();
editor.moveCursorTo(current.line, current.column || 0);
}
}
this.render();
},