mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Explicitly insert transclusion as inline
This keeps the insertTransclusionNode method in synchronous mode. Logically depends on Ibc2fc66e68 but should be merged before it. Change-Id: Iec17ea65d38fec7ca7ffcf81032c7346635218d9
This commit is contained in:
parent
06376669d9
commit
24939dd424
|
@ -202,7 +202,8 @@ ve.ui.MWCitationDialog.prototype.getActionProcess = function ( action ) {
|
|||
// first (and empty) child
|
||||
dialog.getFragment().clone(
|
||||
new ve.dm.LinearSelection( doc, item.getChildren()[ 0 ].getRange() )
|
||||
)
|
||||
),
|
||||
'inline'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue