Skip to content

Commit

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

0 comments on commit 5f46504

Please sign in to comment.