Merge "Fix mobile done/tick button"

This commit is contained in:
jenkins-bot 2019-04-12 16:12:50 +00:00 committed by Gerrit Code Review
commit f9f8ce8919

View file

@ -580,6 +580,7 @@ ve.init.mw.MobileArticleTarget.prototype.goToHeading = function ( headingNode )
* Done with the editing toolbar
*/
ve.init.mw.MobileArticleTarget.prototype.done = function () {
this.getSurface().getModel().setNullSelection();
this.getSurface().getView().blur();
};