We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4373ad1 commit 0a2d81cCopy full SHA for 0a2d81c
web_src/js/features/repo-home.ts
@@ -29,7 +29,7 @@ export function initRepoTopicBar() {
29
mgrBtn.focus();
30
});
31
32
- mgrBtn.parentNode.querySelector('#save_topic').addEventListener('click', async (e: MouseEvent & {target: HTMLAnchorElement}) => {
+ mgrBtn.parentNode.querySelector('#save_topic').addEventListener('click', async (e: MouseEvent & {target: HTMLButtonElement}) => {
33
lastErrorToast?.hideToast();
34
const topics = editDiv.querySelector<HTMLInputElement>('input[name=topics]').value;
35
0 commit comments