mirror of
https://github.com/nasa/openmct.git
synced 2025-05-11 13:03:03 +00:00
Do not display tooltip when item description exists (#2628)
This commit is contained in:
parent
14114781fc
commit
b4c44c6d49
@ -16,7 +16,9 @@
|
|||||||
v-for="(item, index) in sortedItems"
|
v-for="(item, index) in sortedItems"
|
||||||
:key="index"
|
:key="index"
|
||||||
:class="item.class"
|
:class="item.class"
|
||||||
:title="item.title"
|
:aria-label="item.name"
|
||||||
|
role="button"
|
||||||
|
tabindex="0"
|
||||||
@mouseover="showItemDescription(item)"
|
@mouseover="showItemDescription(item)"
|
||||||
@click="create(item)"
|
@click="create(item)"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user