platform
platform copied to clipboard
Allow to specify larger area for tooltip trigger
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.