mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
4c3c8b3d1e
The promise #getTeardownProcess is trying to resolve/reject no longer exists, causing exceptions. The code has been unnecessary for a while, as we do all the work in #getActionProcess. (In the case that we do switch, the teardown code isn't even called, since we navigate away.) Cancelling the switch to wikitext works correctly after removing this code. Bug: T169588 Change-Id: I1b9b12edf12a0b91f06c13aa53024efb80868387 |
||
---|---|---|
.. | ||
ve.ui.MWCancelConfirmDialog.js | ||
ve.ui.MWCommandHelpDialog.js | ||
ve.ui.MWExtensionDialog.js | ||
ve.ui.MWExtensionPreviewDialog.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 | ||
ve.ui.MWWikitextSwitchConfirmDialog.js |