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
b31bf29321
commit
d48f1b5511
@ -1019,6 +1019,9 @@ var CollectionActions = actions.Actions({
|
||||
if(data){
|
||||
s.data = data.dumpJSON()
|
||||
s.count = data.length
|
||||
|
||||
} else if(state.count) {
|
||||
s.count = state.count
|
||||
}
|
||||
|
||||
// handle .crop_stack of collection...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user