[frontend/components] Add quote attachment on paste

This commit is contained in:
pancakes 2025-03-21 14:40:30 +10:00
parent d0c85d4cb2
commit 090c8724cc
No known key found for this signature in database

View file

@ -553,8 +553,7 @@
return; return;
} }
// TODO: Add quote attachment AttachedQuote = PastedText?.Item2;
Console.WriteLine(PastedText?.Item2);
} }
protected override async Task OnAfterRenderAsync(bool firstRender) protected override async Task OnAfterRenderAsync(bool firstRender)