mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Fix focussing the reply button/link after closing the reply widget
Change-Id: I0db0fc8a93512751f8a9bcc96b048c1ab1f24f95
This commit is contained in:
parent
5b2f74ef5e
commit
549fcc062b
|
@ -689,7 +689,7 @@ ReplyWidget.prototype.tryTeardown = function () {
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
promise = promise.then( function () {
|
promise = promise.then( function () {
|
||||||
widget.teardown( true );
|
widget.teardown( 'abandoned' );
|
||||||
} );
|
} );
|
||||||
return promise;
|
return promise;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue