mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-12 14:35:28 +00:00
21b25bd77d
Code in ve.dm.MWTransclusionNode (which ve.dm.MWSignatureNode extends) expects the node data to have an 'attributes' property. We could override a bunch of methods to fix this, or add checks in the original code, but it seems more future-proof to instead ensure that the property exists. Bug: T248585 Change-Id: I5bd721ca73605a396509669145b740db7283afd3 |
||
---|---|---|
.. | ||
ve.ui.MWEditModeTool.js | ||
ve.ui.MWEducationPopupTool.js | ||
ve.ui.MWFormatTool.js | ||
ve.ui.MWGalleryDialogTool.js | ||
ve.ui.MWLinkInspectorTool.js | ||
ve.ui.MWMediaDialogTool.js | ||
ve.ui.MWMetaDialogTool.js | ||
ve.ui.MWMobileLinkInspectorTool.js | ||
ve.ui.MWPopupTool.js | ||
ve.ui.MWSaveTool.js | ||
ve.ui.MWSignatureTool.js | ||
ve.ui.MWTransclusionDialogTool.js |