We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fcd55 commit 7cb6f6dCopy full SHA for 7cb6f6d
templates/components/_message.html.twig
@@ -17,7 +17,7 @@
17
</div>
18
{% else %}
19
<div class="bot-message d-inline-block p-2 px-3 m-1 border border-light-subtle shadow-sm">
20
- {% if latest %}
+ {% if latest and app.request.xmlHttpRequest %}
21
<span
22
data-controller="symfony--ux-typed"
23
data-symfony--ux-typed-show-cursor-value="false"
0 commit comments