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

4 lines
No EOL
98 B
Handlebars

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