feat: grid jump to index (#1004)

This commit is contained in:
My-Responsitories
2025-08-12 17:06:33 +08:00
committed by GitHub
parent e00c176bdf
commit 690c4f5786
4 changed files with 38 additions and 12 deletions

View File

@@ -595,7 +595,7 @@ class _CreateDynPanelState extends CommonRichTextPubPageState<CreateDynPanel> {
height: height,
child: GridView(
padding: const EdgeInsets.only(left: 12, bottom: 12, right: 12),
gridDelegate: const SliverGridDelegateWithExtentAndRatio(
gridDelegate: SliverGridDelegateWithExtentAndRatio(
maxCrossAxisExtent: 65,
mainAxisSpacing: 12,
crossAxisSpacing: 12,