mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e9daf8a1b7
commit
60d10fbfe4
@ -826,7 +826,7 @@ var BrowserPrototype = {
|
||||
// restore selection if path did not change...
|
||||
} else if(path instanceof Array
|
||||
&& path.length == this.path.length
|
||||
&& path.filter(function(e, i){ return e != this.path[i] }).length == 0){
|
||||
&& path.filter(function(e, i){ return e != that.path[i] }).length == 0){
|
||||
var selection = this.selected
|
||||
|
||||
// no selection...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user