mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 18:21:50 +00:00
Merge "When preventing switching modes, don't log a type-specific action"
This commit is contained in:
commit
18f3cbfb04
|
@ -450,7 +450,7 @@ CommentController.prototype.switchToVisual = function () {
|
|||
);
|
||||
mw.track( 'dt.schemaVisualEditorFeatureUse', {
|
||||
feature: 'editor-switch',
|
||||
action: 'dialog-prevent-' + type + '-show'
|
||||
action: 'dialog-prevent-show'
|
||||
} );
|
||||
|
||||
return $.Deferred().reject().promise();
|
||||
|
|
Loading…
Reference in a new issue