Two images in same container will not set their zIndex to 999 when selected causing some images to overlay the selected images. The image zIndex has to be directly manipulated in the imageTranslationStart() function.
Steps to Reproduce
Set matrix to [ 1, 2 ] for example. Select and translate the two images which get rendered at the bottom of the collage on top of one another.
Description
Two images in same container will not set their
zIndex
to 999 when selected causing some images to overlay the selected images. The imagezIndex
has to be directly manipulated in theimageTranslationStart()
function.Steps to Reproduce
Set matrix to [ 1, 2 ] for example. Select and translate the two images which get rendered at the bottom of the collage on top of one another.