Closed juliaroldi closed 2 months ago
When image does not have id and the imageId parameter does not exist the findEditingImage was return the image as editing image, what is not correct. To avoid that issue, only compare the imageId and the image id, if imageId parameter exists.
findEditingImage
To repro the bug:
Before:
After:
When image does not have id and the imageId parameter does not exist the
findEditingImage
was return the image as editing image, what is not correct. To avoid that issue, only compare the imageId and the image id, if imageId parameter exists.To repro the bug:
Before:
After: