mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
opt gesture
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -107,7 +107,7 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
);
|
||||
controller.restoreChatPanel();
|
||||
},
|
||||
onLongPress: Utils.isMobile ? onClear : null,
|
||||
onLongPress: onClear,
|
||||
onSecondaryTap: Utils.isMobile ? null : onClear,
|
||||
child: ClipRRect(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(4)),
|
||||
|
||||
Reference in New Issue
Block a user