diff --git a/core/misc/vertical-tabs.js b/core/misc/vertical-tabs.js index 88b95fb..d010b3f 100644 --- a/core/misc/vertical-tabs.js +++ b/core/misc/vertical-tabs.js @@ -124,11 +124,6 @@ if (event.keyCode === 13) { self.focus(); // Set focus on the first input field of the visible details/tab pane. - $('.vertical-tabs__pane') - .find('input, button, textarea, select') - .filter(':visible:enabled') - .eq(0) - .trigger('focus'); $('.vertical-tabs__pane').find('input, button, textarea, select').filter(':visible:enabled').eq(0).trigger('focus'); } });