minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-06-22 18:17:37 +03:00
parent 606d151b73
commit 19dd2bedc5

View File

@ -554,6 +554,11 @@ var BrowserPrototype = {
this
.focus()
// NOTE: we might select an item outside of the current visible
// area, thus re-selecting it after we remove the filter
// will place it correctly.
this.select(this.select('!'))
return this
},
get filtering(){