fix: correct format for signature

This commit is contained in:
Shivam Mishra
2026-03-19 13:35:18 +05:30
parent 64d0aae672
commit b19747a23a
+3 -4
View File
@@ -498,10 +498,9 @@ export default {
</div>
<div
v-if="isSignatureReadOnly && signatureToApply && !isOnPrivateNote"
class="px-4 py-1 text-sm text-n-slate-11 opacity-60 select-none pointer-events-none whitespace-pre-wrap"
>
--<br />{{ signatureToApply }}
</div>
class="px-4 py-1 text-sm text-n-slate-11 opacity-60 select-none pointer-events-none"
v-html="'--<br>' + signatureToApply.replace(/\n/g, '<br>')"
/>
<div
v-if="hasAttachments && !showAudioRecorderEditor"
class="attachment-preview-box"