GresiRoost

Results 4 issues of GresiRoost

## Problem Sometimes I want a tippy tooltip to appear at my target object as if the mouse was at a given location. Tippy doesn't currently seem to support this...

💎 enhancement

## Bug description Tippy keeps opening the tooltip at the same position if I open it continuously at various places in an element. I would expect `followCursor: 'initial'` to use...

🐛 bug
🚧 unconfirmed

**Describe the bug** There seems to be a difference between how preact/compat processes events and how React does it. This appears to cause various issues in third party libraries such...

compat

In some occasions the minifier will incorrectly attempt to minify inside of tagged template strings: Minimal example: ``` let test = html` ${true ? html` ${children} ` : null} `;...