Skip to content

Commit

Permalink
🎨 fix #10045
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jan 1, 2024
1 parent 22a3804 commit f386959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/layout/Tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit f386959

Please sign in to comment.