mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
very minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
baabae3164
commit
89668fc080
@ -918,10 +918,10 @@ var FileSystemLoaderUIActions = actions.Actions({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// show user the list...
|
// show user the list...
|
||||||
var so = that.Overlay(browse.makeList(null, loaders)
|
var so = that.Overlay(
|
||||||
.on('update', function(){
|
browse.makeList(null, loaders,
|
||||||
// select top element...
|
{
|
||||||
so.client.select(0)
|
path: Object.keys(loaders)[0]
|
||||||
})
|
})
|
||||||
// close self and parent...
|
// close self and parent...
|
||||||
.open(function(){
|
.open(function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user