add publish throttle

Closes #2152

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-19 21:51:47 +08:00
parent 8505e6bca0
commit d4d0fbe81b
7 changed files with 16 additions and 8 deletions

View File

@@ -548,6 +548,6 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
return;
}
}
onCustomPublish(pictures: pictures);
return onCustomPublish(pictures: pictures);
}
}