fix #275: select field contents on search hotkey

This commit is contained in:
antelle 2016-07-18 20:18:19 +03:00
parent 0eaa69dcd4
commit 60f8a59e30
2 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,7 @@ var ListSearchView = Backbone.View.extend({
if (!this._hidden) {
e.preventDefault();
this.hideSearchOptions();
this.inputEl.focus();
this.inputEl.select().focus();
}
},

View File

@ -3,6 +3,7 @@ Release notes
##### v1.3.0 (TBD)
`+` solarized themes
`+` select field contents on search hotkey
##### v1.2.3 (2016-07-17)
`+` option to skip lock on minimize under mac