mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-18 03:41:45 +00:00
2a40996cb7
VisualEditor recreates the mw-body-content element. The element with mw-parser-output already exists as a child. All skins now consistently follow this pattern. To limit the impact to the editor, we use ArticleTarget and add the class to the surface, which corresponds to the mw-body-content element of a skin. This avoids unrelated regressions in experiences such as DiscussionTools. Bug: T283014 Change-Id: I4833d1ca9fda4fc0bd433760e47fe7010f00db05 |
||
---|---|---|
.. | ||
ve.init.mw.ArticleTarget.js | ||
ve.init.mw.DesktopArticleTarget.js | ||
ve.init.mw.MobileArticleTarget.js | ||
ve.init.mw.Target.js |