[frontend/components] Disable interacting with inline-replies

This commit is contained in:
Lilian 2024-11-03 19:35:18 +01:00
parent 925ba3c751
commit d6717890ec
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ else
<Line></Line>
</div>
<div class="note">
<NoteComponent Note="Note.Reply" Indented="true"/>
<NoteComponent Note="Note.Reply" Indented="true" AsQuote="true"/>
</div>
</div>
}