Skip to content

fix(services): check if image exists before getting siblings

Vukile Langa requested to merge fix-sibling-figcaption into master

This fixes an uncaught error that occurs when opening a Wax document with images. It first checks if the given image is loaded before attempting to get the figcaption.

Merge request reports