mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 07:21:49 +08:00
fix: typings
This commit is contained in:
parent
09c70006c6
commit
5d26a72e98
|
@ -159,7 +159,7 @@ const DiscussionControls = {
|
|||
* @param {boolean} goToLast Whether or not to scroll down to the last post if the discussion is being viewed.
|
||||
* @param {boolean} forceRefresh Whether or not to force a reload of the composer component, even if it is already open for this discussion.
|
||||
*
|
||||
* @return {Promise<ComposerState>}
|
||||
* @return {Promise<import('../states/ComposerState.js')>}
|
||||
*/
|
||||
async replyAction(goToLast, forceRefresh) {
|
||||
if (app.session.user) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user