Vanessa 2024-01-01 22:37:32 +08:00
parent 22a3804d88
commit f3869593f0

View file

@ -66,6 +66,8 @@ export class Tab {
}
this.headElement.setAttribute("aria-label", escapeGreat(response.data));
});
} else {
this.headElement.setAttribute("aria-label", escapeGreat(options.title));
}
});
this.headElement.addEventListener("dragstart", (event: DragEvent & { target: HTMLElement }) => {