mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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
|
||||
.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(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user