mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 00:58:19 +08:00
fix pm send btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -300,7 +300,10 @@ class _WhisperDetailPageState
|
||||
if (enablePublish) {
|
||||
_whisperDetailController.sendMsg(
|
||||
message: editController.rawText,
|
||||
onClearText: editController.clear,
|
||||
onClearText: () {
|
||||
editController.clear();
|
||||
this.enablePublish.value = false;
|
||||
},
|
||||
);
|
||||
} else {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user