Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(popover/tooltip): Add hide listener on $root events #1003

Merged
merged 6 commits into from
Sep 6, 2017

Commits on Sep 6, 2017

  1. feat(popover/tooltip): Add hide on $root events

    Optimized adding/removing of events.
    
    Only listen/watch to certain events while the tooltip/popover is open
    
    Adds listener for `bv::hide::(popover|tooltip)` event on root to allow user to close all popovers or tooltips via emitting on $root.
    tmorehouse committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    98dd814 View commit details
    Browse the repository at this point in the history
  2. Update tooltip.js

    tmorehouse committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    db6d9ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    939f206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb6ca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b13ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84906ab View commit details
    Browse the repository at this point in the history