This commit is contained in:
parent
22a3804d88
commit
f3869593f0
1 changed files with 2 additions and 0 deletions
|
@ -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 }) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue