diff --git a/lib/widgets/comment.dart b/lib/widgets/comment.dart index b25a673..8e9c722 100644 --- a/lib/widgets/comment.dart +++ b/lib/widgets/comment.dart @@ -207,7 +207,7 @@ class Comment extends HookWidget { }(); final actions = Row(children: [ - if (selectable.value) + if (selectable.value && !comment.deleted && !comment.removed) _CommentAction( icon: Icons.content_copy, tooltip: 'copy',