Skip to content

Commit

Permalink
Tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LlGC-jop committed Oct 22, 2024
1 parent 581f405 commit 195c16e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ export class OpenSeadragonCenterPanel extends CenterPanel<
this.$zoomInButton.prop("aria-label", this.content.zoomIn);
this.$zoomInButton.addClass("zoomIn viewportNavButton");

this.onAccessibleClick(this.$zoomInButton, () => {
console.log(this.viewer);
}, false, true);

this.$zoomOutButton = this.$viewer.find('div[title="Zoom out"]');
this.$zoomOutButton.attr("tabindex", 0);
this.$zoomOutButton.prop("title", this.content.zoomOut);
Expand Down

0 comments on commit 195c16e

Please sign in to comment.