fix(llc, ui): fix removing message not removing quoted reference.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-05-09 17:01:02 +05:30
committed by xsahil03x
parent 822dc52417
commit 5c49def7bd
3 changed files with 90 additions and 43 deletions
@@ -151,7 +151,7 @@ class BottomRow extends StatelessWidget {
context,
message,
) ??
const Offstage();
const StreamVisibleFootnote();
}
final children = <WidgetSpan>[];