Fix mobile done/tick button

Change-Id: I53eebfe9b94354521763743ab70e4d1a919286f8
This commit is contained in:
Ed Sanders 2019-04-10 22:51:08 +01:00
parent 2ab08d7275
commit 79cee8d820

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();
};