mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
@@ -182,7 +182,7 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
);
|
||||
}
|
||||
|
||||
void onChooseEmote(Object emote, double? width, double? height) {
|
||||
void onChooseEmote(dynamic emote, double? width, double? height) {
|
||||
if (emote is e.Emote) {
|
||||
final isTextEmote = width == null;
|
||||
onInsertText(
|
||||
|
||||
Reference in New Issue
Block a user