Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-27 10:30:04 +08:00
parent 7276cde48a
commit cf44036589
3 changed files with 5 additions and 5 deletions

View File

@@ -123,9 +123,7 @@ class _WhisperDetailPageState
children: [
Expanded(
child: Listener(
onPointerDown: (event) {
hidePanel();
},
onPointerDown: hidePanel,
behavior: HitTestBehavior.opaque,
child: Align(
alignment: Alignment.topCenter,