bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-26 20:24:12 +03:00
parent 5afcdfb9c4
commit 7e13cb5c6e

View File

@ -790,7 +790,7 @@ module.FileSystemLoader = core.ImageGridFeatures.Feature({
&& imgs.length > 0 && imgs.length > 0
&& that && that
.markChanged('data') .markChanged('data')
.markChanged(imgs.keys()) }) .markChanged('images', imgs.keys()) })
}], }],
], ],
}) })