very minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-20 20:05:37 +03:00
parent baabae3164
commit 89668fc080

View File

@ -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()