Merge "ve.ui.MWEditModeTool: Fix showing active editor"

This commit is contained in:
jenkins-bot 2019-09-09 17:55:33 +00:00 committed by Gerrit Code Review
commit a3eb620570

View file

@ -27,6 +27,7 @@ ve.ui.MWEditModeTool.prototype.getMode = function () {
if ( !this.toolbar.getSurface() ) {
return 'source';
}
return this.toolbar.getSurface().getMode();
};
/**