quill
quill copied to clipboard
Quill.import: Expose BubbleTooltip and SnowTooltip via for easier theme extension
Hi everyone!
I was trying to extend a bubble theme a little bit, primarily affecting its tooltip, but only very slightly, although it seems like the tooltip itself isn't exposed by Quill.import. The only tooltip available is ui/tooltip, which is two levels below BubbleTooltip in a prototype chain.
I think about exposing tooltips via Quill.import. What would you say? Does it sound like a reasonable suggestion or maybe there is already a way to retrieve these classes?
Thank you in advance!
To clarify, that's what I'm thinking about:
https://github.com/glock18/quill/compare/v1.3.7...v1.3.7-tooltips-exposed
If it's good, I can make a pull request to develop.
https://github.com/glock18/quill/compare/v1.3.7...v1.3.7-tooltips-exposed
I have the same problem, nice to see the solution🎉~ Can you update a new version for it(such as v.1.3.8)? @glock18
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide :pray: