Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-04 17:51:54 +08:00
parent 46ce01d76f
commit fd017e0581
8 changed files with 40 additions and 46 deletions

View File

@@ -262,7 +262,7 @@ class _PostPanelState extends State<PostPanel>
);
if (_isNested) {
child = ExtendedVisibilityDetector(
uniqueKey: const Key('post-panel'),
uniqueKey: const ValueKey(PostPanel),
child: child,
);
}