We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58d013 commit 46c319cCopy full SHA for 46c319c
1 file changed
src/content-handlers/iiif/modules/uv-openseadragoncenterpanel-module/OpenSeadragonCenterPanel.ts
@@ -774,8 +774,8 @@ export class OpenSeadragonCenterPanel extends CenterPanel<
774
775
createChoiceSwitch(): void {
776
this.$choiceSwitchButton = this.$rotateButton.clone();
777
- this.$choiceSwitchButton.attr("title", this.content.layers);
778
this.$choiceSwitchButton.attr("aria-label", this.content.layers);
+ this.$choiceSwitchButton.attr("title", this.content.layers);
779
this.$choiceSwitchButton.switchClass("rotate", "choiceSwitch");
780
this.$choiceSwitchButton.attr("tabindex", 0);
781
0 commit comments