Make comment less than 80 chars long

This commit is contained in:
krawieck 2020-09-19 14:05:58 +02:00
parent c8c5b2881f
commit f091603347
1 changed files with 3 additions and 2 deletions

View File

@ -222,8 +222,9 @@ class Comment extends HookWidget {
),
);
} else {
// TODO: bug, the text is selectable even when disabled after following these steps:
// make selectable > show raw > show fancy > make unselectable
// TODO: bug, the text is selectable even when disabled after following
// these steps:
// make selectable > show raw > show fancy > make unselectable
return Flexible(
child: showRaw.value
? selectable.value