ImageCarousel.js has a hideOnExitClick on its prototype:
/** * @memberof ImageCarousel * @instance */ hideOnExitClick: false,
This was a leftover artifact from the ImageOverlay composition refactor (T216198). Since ImageCarousel does not extend Overlay, this property can safely be removed as nothing is using it.
Acceptance criteria
- Obliterate the property!