Attach VE to `#content` while title-above-tabs feature is disabled.

Limits the usage of the `data-mw-ve-target-container` attribute,
which changes the position of VE, to be enabled only when the
title-above-tabs feature is enabled.

Bug: T310197
Change-Id: I846135a88acf713bed608ad4f147f7602ce7cc2b
This commit is contained in:
Jan Drewniak 2022-06-27 15:44:19 -04:00
parent a34b564192
commit 05a1c330fe
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
{{>ArticleToolbar}}
{{/is-title-above-tabs}}
<div id="bodyContent" class="vector-body" data-mw-ve-target-container>
<div id="bodyContent" class="vector-body" {{#is-title-above-tabs}} data-mw-ve-target-container {{/is-title-above-tabs}}>
{{>ContentSubheader}}
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
<div id="contentSub2">{{{html-undelete-link}}}</div>