mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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){
|
if(data){
|
||||||
s.data = data.dumpJSON()
|
s.data = data.dumpJSON()
|
||||||
s.count = data.length
|
s.count = data.length
|
||||||
|
|
||||||
|
} else if(state.count) {
|
||||||
|
s.count = state.count
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle .crop_stack of collection...
|
// handle .crop_stack of collection...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user