Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-06 14:29:51 +08:00
parent 9f33488248
commit b723529d7f
6 changed files with 38 additions and 30 deletions

View File

@@ -256,5 +256,5 @@ abstract class CommonPublishPageState<T extends CommonPublishPage>
enablePublish.value = value.trim().isNotEmpty;
}
void onSave() {}
void onSave();
}