mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fe0aeb51e9
commit
90671920da
@ -673,6 +673,10 @@ var CollectionActions = actions.Actions({
|
||||
delete this.collections[from]
|
||||
|
||||
data.title = to
|
||||
|
||||
if(this.collection == from){
|
||||
this.location.collection = to
|
||||
}
|
||||
}],
|
||||
|
||||
|
||||
@ -2239,6 +2243,7 @@ var UICollectionActions = actions.Actions({
|
||||
//'collection-last-used': null,
|
||||
},
|
||||
|
||||
// XXX BUG: renaming a collection with a '$' loses selection...
|
||||
// XXX would be nice to make this nested (i.e. path list) -- collection grouping...
|
||||
browseCollections: ['Collections/$Collections...',
|
||||
core.doc`Collection list...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user