mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
21ab6bc5f6
Same issue as in the previous patch, but less intrusive. It was always possible to add a new part, but it was often inserted at the wrong position. It worked only as intended when a top-level part was selected. When a parameter was selected, the new part was always appended to the very end of the transclusion, not after the selected template. This is now a little bit of duplicate code. We might extract this to a method in a later patch. Bug: T313388 Change-Id: I1327222969d1d315bdacf3998f366d88c4c26bd5 |
||
---|---|---|
.. | ||
ve.ui.MWCommandHelpDialog.js | ||
ve.ui.MWConfirmationDialog.js | ||
ve.ui.MWExtensionDialog.js | ||
ve.ui.MWExtensionPreviewDialog.js | ||
ve.ui.MWFloatingHelpDialog.js | ||
ve.ui.MWGalleryDialog.js | ||
ve.ui.MWMediaDialog.js | ||
ve.ui.MWMetaDialog.js | ||
ve.ui.MWMobileSaveDialog.js | ||
ve.ui.MWPreDialog.js | ||
ve.ui.MWRequiredParamBlankConfirmDialog.js | ||
ve.ui.MWSaveDialog.js | ||
ve.ui.MWTableDialog.js | ||
ve.ui.MWTemplateDialog.js | ||
ve.ui.MWTransclusionDialog.js |