Make comment less than 80 chars long
This commit is contained in:
parent
c8c5b2881f
commit
f091603347
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue