mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor bugfix -- needs more testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c2e239bb8a
commit
8137c5eb59
@ -511,7 +511,7 @@ var CLIActions = actions.Actions({
|
||||
return Promise.all([
|
||||
// NOTE: no need to call .cacheMetadata(..) as
|
||||
// it is already running after .loadImages(..)
|
||||
// XXX for some reason this reports making previews
|
||||
// XXX BUG: for some reason this reports making previews
|
||||
// but does not actually make them...
|
||||
// XXX calling .makePreviews(..) from devtools
|
||||
// actually creates previews while here it
|
||||
|
||||
@ -608,8 +608,10 @@ var SharpActions = actions.Actions({
|
||||
// sync mode...
|
||||
var args = [...arguments].slice(2)
|
||||
if(queue == 'sync'){
|
||||
args.unshift(_)
|
||||
var [images, sizes, ...args] = args }
|
||||
//args.unshift(_)
|
||||
//var [images, sizes, ...args] = args }
|
||||
args.unshift(_) }
|
||||
var [images, sizes, ...args] = args
|
||||
// get/normalize sizes....
|
||||
var cfg_sizes = this.config['preview-sizes'].slice() || []
|
||||
cfg_sizes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user