electron-tooltip icon indicating copy to clipboard operation
electron-tooltip copied to clipboard

Issue with inner elements

Open JoshuaHintze opened this issue 7 years ago • 0 comments

I tried out your plugin but I couldn't get it to be consistent. I have an outter div wrapping an icon. Whenever I move my cursor over the icon the tooltip would disappear. Looking at the code it "looked" ok with mouseenter and mouseleave, but I couldn't figure it out. Here is my HTML.

<div id="LineModeBtn" class="selected" data-tooltip="Line Mode"><i class="ti-line-dotted"></i></div>

JoshuaHintze avatar Sep 26 '18 23:09 JoshuaHintze