[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;
}
// TODO: Add quote attachment
Console.WriteLine(PastedText?.Item2);
AttachedQuote = PastedText?.Item2;
}
protected override async Task OnAfterRenderAsync(bool firstRender)