mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +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"
|
||||
:key="index"
|
||||
:class="item.class"
|
||||
:title="item.title"
|
||||
:aria-label="item.name"
|
||||
role="button"
|
||||
tabindex="0"
|
||||
@mouseover="showItemDescription(item)"
|
||||
@click="create(item)"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user