Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Enhance popovers to allow hovering over them #114

Merged
merged 1 commit into from
Jul 17, 2019

Commits on Jul 16, 2019

  1. Enhance popovers to allow hovering over them

    It is hard to interact with popovers and tooltips, since they disappear
    once hovered over.
    
    Let's add a new attribute 'hoverable' to popoverMixins.
    
    If true, once the popover is loaded the popover itself will listen to
    the hover (mouseenter and mouseleave) events just like a trigger.
    openorclose committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    4ce9487 View commit details
    Browse the repository at this point in the history