mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Don't refocus content pane after removals
Causes problems when we remove a parameter using the spacebar, for example. This partially reverts Id3843b2c7ad6. Bug: T312524 Bug: T312205 Change-Id: I65d834bc0d2cc649803b536ecc65bdd1fa166a32
This commit is contained in:
parent
106c550c83
commit
352dcc6177
|
@ -313,7 +313,6 @@ ve.ui.MWTwoPaneTransclusionDialogLayout.prototype.removePages = function ( pages
|
|||
nextSelectionCandidate || prevSelectionCandidate
|
||||
);
|
||||
}
|
||||
this.focus();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue