Skip to content

Commit

Permalink
browser: create initial tooltip for presenter console
Browse files Browse the repository at this point in the history
Change-Id: Ie904bb7bc9aeaac52b4e359a489e69e77f728fdb
Signed-off-by: Henry Castro <[email protected]>
  • Loading branch information
hcvcastro committed Jan 3, 2025
1 parent 38f2cf1 commit d51e1e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions browser/src/slideshow/PresenterConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,11 @@ class PresenterConsole {

mainContentContainer.append(this.tooltip);

this._tooltip = L.control.tooltip({
window: this._proxyPresenter,
container: this.tooltip,
});

let allPresenterConsoleButtons =
this._proxyPresenter.document.querySelectorAll('button');
this._attachTooltips(allPresenterConsoleButtons);
Expand Down

0 comments on commit d51e1e3

Please sign in to comment.