mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Add mw-show-empty-elt to MW surfaces"
This commit is contained in:
commit
2d6cae4684
|
@ -23,7 +23,7 @@ ve.ui.MWSurface = function VeUiMWSurface() {
|
|||
this.onDocumentViewLangChange();
|
||||
this.$element.addClass( 've-ui-mwSurface' );
|
||||
// T164790
|
||||
this.getView().$attachedRootNode.addClass( 'mw-parser-output' );
|
||||
this.getView().$attachedRootNode.addClass( 'mw-parser-output mw-show-empty-elt' );
|
||||
};
|
||||
|
||||
/* Inheritance */
|
||||
|
|
Loading…
Reference in a new issue