mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
606d151b73
commit
19dd2bedc5
@ -554,6 +554,11 @@ var BrowserPrototype = {
|
|||||||
this
|
this
|
||||||
.focus()
|
.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
|
return this
|
||||||
},
|
},
|
||||||
get filtering(){
|
get filtering(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user