We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3e76d commit bc1df54Copy full SHA for bc1df54
1 file changed
src/NuGetGallery/Scripts/gallery/page-api-keys.js
@@ -440,6 +440,10 @@
440
441
// Re-attach extensions.
442
self.AttachExtensions();
443
+
444
+ // Focus the edit link so that the next tab key will continue with where it was left off prior to
445
+ // opening the edit form. See https://github.com/NuGet/NuGetGallery/issues/8183.
446
+ $("#" + self.StartEditId()).focus();
447
};
448
449
this.ShowRemainingPackages = function (_, e) {
0 commit comments