🐛 Fix some bugs

This commit is contained in:
2025-10-26 22:08:11 +08:00
parent 613bf4fb42
commit fde6dbf891

View File

@@ -405,6 +405,7 @@ class ThoughtScreen extends HookConsumerWidget {
), ),
], ],
), ),
const Gap(8),
if (thought.chunks.isNotEmpty) ...[ if (thought.chunks.isNotEmpty) ...[
buildChunkTiles(thought.chunks), buildChunkTiles(thought.chunks),
const Gap(8), const Gap(8),