platform icon indicating copy to clipboard operation
platform copied to clipboard

Allow to specify larger area for tooltip trigger

Open aonnikov opened this issue 1 year ago • 0 comments

I use tooltips to show information about collaboration users in text editors. Trigger element for tooltip is a caret and has very small width 2px. Sometimes it is difficult to open tooltip because of small size.

The problem is in TooltipInstance that closes tooltip if mouse pointer is not in trigger area. I want to be able to specify some offset for trigger element to make the area larger.

aonnikov avatar Dec 26 '23 04:12 aonnikov