[frontend/components] Add quote attachment on paste
This commit is contained in:
parent
d0c85d4cb2
commit
090c8724cc
1 changed files with 1 additions and 2 deletions
|
@ -553,8 +553,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO: Add quote attachment
|
||||
Console.WriteLine(PastedText?.Item2);
|
||||
AttachedQuote = PastedText?.Item2;
|
||||
}
|
||||
|
||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||
|
|
Loading…
Add table
Reference in a new issue