mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-06 01:00:18 +08:00
feat: cross row select (#2437)
* feat(wip): cross row select * fix patch Signed-off-by: dom <githubaccount56556@proton.me> * update Signed-off-by: dom <githubaccount56556@proton.me> --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
204715266f
commit
b540647222
@@ -33,7 +33,7 @@ class ArticleOpus extends StatelessWidget {
|
||||
final item = _ops[index];
|
||||
switch (item.insert) {
|
||||
case String e:
|
||||
return SelectableText(e);
|
||||
return Text(e);
|
||||
case Insert(:final card):
|
||||
if (card != null) {
|
||||
if (card.url?.isNotEmpty == true) {
|
||||
|
||||
Reference in New Issue
Block a user