Skip to content

Commit

Permalink
Add title to participant hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Jul 9, 2023
1 parent 1d43c99 commit daa9043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/brackets-viewer.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export function createRankingHeaders(ranking: Ranking): HTMLElement {
export function setupHint(nameContainer: HTMLElement, hint: string): void {
nameContainer.classList.add('hint');
nameContainer.innerText = hint;
nameContainer.title = hint;
}

/**
Expand Down

0 comments on commit daa9043

Please sign in to comment.