1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

perf: makes messages for copy and paste lazy for minor perf improvement

This commit is contained in:
Amir Raminfar
2024-03-14 08:29:16 -07:00
parent e7cabc8857
commit 09a9886423
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
</div>
<log-message-actions
class="duration-250 absolute -right-1 opacity-0 transition-opacity delay-150 group-hover/entry:opacity-100"
:message="JSON.stringify(logEntry.message)"
:message="() => JSON.stringify(logEntry.message)"
:log-entry="logEntry"
/>
</div>