mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Remove wikitext buttons from the content view
Bug: T285669 Change-Id: I875a41e54e7a33cb9f67383d887a732a31649bbb
This commit is contained in:
parent
afe8e8f721
commit
d94fb21b1e
|
@ -126,7 +126,7 @@ ve.ui.MWParameterPage = function VeUiMWParameterPage( parameter, name, config )
|
|||
|
||||
// Construct the action buttons
|
||||
|
||||
if ( !this.rawValueInput ) {
|
||||
if ( !this.rawValueInput && !this.useNewSidebar ) {
|
||||
this.rawFallbackButton = new OO.ui.ButtonWidget( {
|
||||
framed: false,
|
||||
icon: 'wikiText',
|
||||
|
|
Loading…
Reference in a new issue