mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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,16 +918,16 @@ 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(){
|
||||||
so.close()
|
so.close()
|
||||||
o.parent.close()
|
o.parent.close()
|
||||||
}))
|
}))
|
||||||
// closed menu...
|
// closed menu...
|
||||||
.close(function(){
|
.close(function(){
|
||||||
//o.parent.focus()
|
//o.parent.focus()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user