We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b32e96 commit 4417eeaCopy full SHA for 4417eea
1 file changed
js/index.js
@@ -60,6 +60,10 @@ function startGatewayWatcher() {
60
activeEl.id === "export-user-repos" || // Export button
61
activeEl.id === "clear-user-repos" || // Clear button
62
activeEl.id === "custom-username" // custom input
63
+ activeEl.id === "link-box" // custom input
64
+ activeEl.id === "link-btn1" // custom input
65
+ activeEl.id === "link-btn2" // custom input
66
+ activeEl.id === "link-btn3" // custom input
67
);
68
69
// Only focus if the gate is active, pinned, not navigating, and user is not editing/clicking repo drop
0 commit comments