We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8bacd commit 996fa77Copy full SHA for 996fa77
src/Frontend/src/components/CopyToClipboard.vue
@@ -25,7 +25,7 @@ async function copyToClipboard() {
25
</script>
26
27
<template>
28
- <Tippy content="Copied" ref="tippyRef" trigger="manual">
+ <Tippy content="Copied" ref="tippyRef" trigger="manual" :title="props.isIconOnly ? 'Copy to Clipboard' : ''">
29
<button type="button" class="btn btn-secondary btn-sm" @click="copyToClipboard"><i class="fa fa-copy"></i> <span v-if="!props.isIconOnly">Copy to clipboard</span></button>
30
</Tippy>
31
</template>
0 commit comments