mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "Fix mobile done/tick button"
This commit is contained in:
commit
f9f8ce8919
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue