reedsy / quill-cursors

A multi cursor module for Quill text editor.
MIT License
248 stars 54 forks source link

Make tooltip delay configurable #4

Closed mitar closed 6 years ago

mitar commented 7 years ago

I like how hovering over the tooltip shows the name like in Google Docs. But I feel it stays visible a bit too long. Maybe the delay could be configurable? Personally, I would make it so that it disappears when you go away from the cursor with your mouse.

pedrosanta commented 7 years ago

Hey @mitar, this makes much sense and I think it should be easily doable.

I'll ping ya when I release a new version with this. 🙂 👍

pedrosanta commented 7 years ago

Hi @mitar! Just published 0.1.7 with this added. Cheers!

mitar commented 7 years ago

Cool!

Hm. It seems that hiding always happens, not only on mouseout from the cursor? I thought that there is a delay after a moveout, but if I am still on it, it will stay available?

pedrosanta commented 7 years ago

Hi @mitar, yep, there seems to be some issue with that. I'll update to consider the hover for all components.

pedrosanta commented 6 years ago

Just fixed this on 1.0.2 @mitar. Cheers!