1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/templates/components/ui/ui-tooltip.hbs
2019-03-13 15:15:12 +00:00

3 lines
No EOL
88 B
Handlebars

{{#if tooltip}}
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
{{/if}}