[frontend/components] Disable interacting with inline-replies

This commit is contained in:
Lilian 2024-11-03 19:35:18 +01:00 committed by Iceshrimp development
parent 1b885e6ed4
commit 6a936288b0

View file

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