mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Fix another case where we need to pass the section
Bug: T144654 Change-Id: I5f91b9329525ceaeb971d02f93c959d908d748f7
This commit is contained in:
parent
56c5ecb0f1
commit
6b87b2671e
|
@ -849,7 +849,7 @@
|
|||
mechanism: 'url'
|
||||
} );
|
||||
if ( isViewPage && uri.query.veaction in editModes ) {
|
||||
activateTarget( editModes[ uri.query.veaction ] );
|
||||
activateTarget( editModes[ uri.query.veaction ], section );
|
||||
} else {
|
||||
if (
|
||||
conf.enableWikitext &&
|
||||
|
|
Loading…
Reference in a new issue