File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -349,8 +349,8 @@ onMounted(async () => {
349349
350350 <div
351351 id =" compare-scatter-legend"
352- role =" group"
353- aria-labelledby =" scatter-chart-legend-packages"
352+ : role =" isMobile ? undefined : ' group' "
353+ : aria-labelledby =" isMobile ? undefined : ' scatter-chart-legend-packages' "
354354 ></div >
355355 </div >
356356
@@ -372,8 +372,8 @@ onMounted(async () => {
372372 <template #legend =" { legend } " v-if =" readyTeleport " >
373373 <div
374374 id =" compare-scatter-legend-inner"
375- role =" group"
376- aria-labelledby =" scatter-chart-legend-packages"
375+ : role =" isMobile ? ' group' : undefined "
376+ : aria-labelledby =" isMobile ? ' scatter-chart-legend-packages' : undefined "
377377 ></div >
378378 <Teleport
379379 :to =" isMobile ? '#compare-scatter-legend-inner' : '#compare-scatter-legend'"
You can’t perform that action at this time.
0 commit comments