mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
@@ -12,8 +12,9 @@ abstract class CommonTextPubPage extends CommonPublishPage<String> {
|
||||
abstract class CommonTextPubPageState<T extends CommonTextPubPage>
|
||||
extends CommonPublishPageState<T> {
|
||||
@override
|
||||
late final TextEditingController editController =
|
||||
TextEditingController(text: widget.initialValue);
|
||||
late final TextEditingController editController = TextEditingController(
|
||||
text: widget.initialValue,
|
||||
);
|
||||
|
||||
@override
|
||||
void initPubState() {
|
||||
|
||||
Reference in New Issue
Block a user