make memo comment not selectable

This commit is contained in:
einhornimmond 2025-12-19 14:05:13 +01:00
parent bec95b9ec6
commit cf5a8be57f

View File

@ -45,7 +45,7 @@
</template> </template>
<template #cell(memo)="row"> <template #cell(memo)="row">
{{ row.value }} {{ row.value }}
<small v-if="isAddCommentToMemo(row.item)"> <small v-if="isAddCommentToMemo(row.item)" class="no-select">
<hr /> <hr />
{{ getMemoComment(row.item) }} {{ getMemoComment(row.item) }}
</small> </small>