mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
efb0c247ae
commit
f51cfed35c
@ -2283,7 +2283,7 @@ var FileSystemWriterActions = actions.Actions({
|
||||
// update previews...
|
||||
// NOTE: this is needed if some of the previews are the
|
||||
// same as .path
|
||||
Object.keys(img.preview)
|
||||
Object.keys(img.preview || {})
|
||||
.forEach(function(s){
|
||||
var p = img.preview[s]
|
||||
img.preview[s] = p == from_path ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user