Skip to content

Commit 46c319c

Browse files
committed
new pr
1 parent b58d013 commit 46c319c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content-handlers/iiif/modules/uv-openseadragoncenterpanel-module/OpenSeadragonCenterPanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,8 @@ export class OpenSeadragonCenterPanel extends CenterPanel<
774774

775775
createChoiceSwitch(): void {
776776
this.$choiceSwitchButton = this.$rotateButton.clone();
777-
this.$choiceSwitchButton.attr("title", this.content.layers);
778777
this.$choiceSwitchButton.attr("aria-label", this.content.layers);
778+
this.$choiceSwitchButton.attr("title", this.content.layers);
779779
this.$choiceSwitchButton.switchClass("rotate", "choiceSwitch");
780780
this.$choiceSwitchButton.attr("tabindex", 0);
781781

0 commit comments

Comments
 (0)