Skip to content

Commit

Permalink
add role to map
Browse files Browse the repository at this point in the history
  • Loading branch information
gabimartini committed Jun 21, 2024
1 parent bed5042 commit 543b47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/my-map/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ export class MyMap extends LitElement {
<div
id="${this.id}"
class="map"
role="application"
tabindex="${this.staticMode && !this.collapseAttributions ? -1 : 0}"
/>`;
}
Expand Down

0 comments on commit 543b47c

Please sign in to comment.