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:
Adam Wight 2022-07-08 12:23:36 +02:00
parent 106c550c83
commit 352dcc6177

View file

@ -313,7 +313,6 @@ ve.ui.MWTwoPaneTransclusionDialogLayout.prototype.removePages = function ( pages
nextSelectionCandidate || prevSelectionCandidate
);
}
this.focus();
};
/**