Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
chore: update comment, disable scrolling in ProfileAboutMeCard
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 26, 2024
1 parent 0fe3835 commit 2e94fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/profile_about_me_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ class ProfileAboutMeCard extends StatelessWidget {
),
Expanded(
child: ListView(
physics: const NeverScrollableScrollPhysics(), // 禁用滚动
physics:
const NeverScrollableScrollPhysics(), // disable scrolling
children: [
ListTile(
leading: const InfoSvg(
Expand Down

0 comments on commit 2e94fe3

Please sign in to comment.