minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-09 17:56:01 +03:00
parent b31bf29321
commit d48f1b5511

View File

@ -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...