mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
@@ -462,6 +462,7 @@ class LiveRoomController extends GetxController {
|
||||
fromEmote: fromEmote,
|
||||
liveRoomController: this,
|
||||
items: savedDanmaku,
|
||||
autofocus: !fromEmote,
|
||||
onSave: (msg) {
|
||||
if (msg.isEmpty) {
|
||||
savedDanmaku?.clear();
|
||||
|
||||
@@ -20,6 +20,7 @@ class LiveSendDmPanel extends CommonRichTextPubPage {
|
||||
super.key,
|
||||
super.items,
|
||||
super.onSave,
|
||||
super.autofocus = true,
|
||||
this.fromEmote = false,
|
||||
required this.liveRoomController,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user