mirror of
https://github.com/flarum/framework.git
synced 2025-02-17 00:02:45 +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} 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.
|
* @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) {
|
async replyAction(goToLast, forceRefresh) {
|
||||||
if (app.session.user) {
|
if (app.session.user) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user