Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

feat(rn-carousel-indicators): prevent click event from bubbling up #432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 7, 2017

  1. feat(rn-carousel-indicators): prevent click event from bubbling up

    When the user clicked on the indicators, the event bubbled upwards. If for example a click handler watches for clicks on the image to show it in fullscreen, this leads to problems. Now this is prevented by using `event.stopPropagation`.
    mathiasmoeller committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    5e3f6f0 View commit details
    Browse the repository at this point in the history