mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
bug in make.List(..) ???
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
764e78b4f4
commit
a12f3b5c81
@ -130,6 +130,7 @@ var UIAliasActions = actions.Actions({
|
||||
var names = Object.keys(aliases)
|
||||
|
||||
names.length > 0 ?
|
||||
// XXX for some reason this does not get updated on dialog.update()
|
||||
make.EditableList(names,
|
||||
{
|
||||
new_item: false,
|
||||
@ -172,9 +173,7 @@ var UIAliasActions = actions.Actions({
|
||||
})
|
||||
.close(function(){
|
||||
to_remove.forEach(function(alias){
|
||||
that.alias(alias, null)
|
||||
})
|
||||
})
|
||||
that.alias(alias, null) }) })
|
||||
})],
|
||||
|
||||
// NOTE: this does not include an attr editor by design...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user