This module was copied from original widget source, but I forgot to check crop settings for false value.
if not @settings.crop or not @settings.multiple
return
for crop in @settings.crop
# if even one of crop option sets allow free crop,
# we don't need to crop automatically
if not crop.preferedSize
return
This module was copied from original widget source, but I forgot to check
crop settings
forfalse
value.