From e6253dc9918eaf1c8aff3c3c9b76607fd8fdf731 Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:15:15 +0900 Subject: [PATCH] =?UTF-8?q?overflow=E3=82=92clip=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/view/common/misskey_notes/misskey_note.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/common/misskey_notes/misskey_note.dart b/lib/view/common/misskey_notes/misskey_note.dart index c94cca041..e452c4f07 100644 --- a/lib/view/common/misskey_notes/misskey_note.dart +++ b/lib/view/common/misskey_notes/misskey_note.dart @@ -424,7 +424,7 @@ class MisskeyNoteState extends ConsumerState { displayNote, requestEmoji: emojiData, ), - overflow: TextOverflow.fade, + overflow: TextOverflow.clip, suffixSpan: [ if (!isEmptyRenote && displayNote.renoteId != null &&