add FIXME comment

This commit is contained in:
Johann150 2023-03-03 23:54:42 +01:00
parent 691c9d4972
commit 559a17cf26
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -5,6 +5,7 @@
</div>
<div class="value">
<slot name="value"></slot>
<!-- FIXME the button should not be part of the overflow: hidden element to ensure its always visible -->
<button v-if="copy" v-tooltip="i18n.ts.copy" class="_textButton" style="margin-left: 0.5em;" @click="copy_"><i class="far fa-copy"></i></button>
</div>
</div>