mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] ExplainWhat tooltip trigger method
This commit is contained in:
parent
63630162da
commit
e037cfc467
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</b-button>
|
||||
<b-popover
|
||||
placement="auto"
|
||||
:target="id" triggers="click" custom-class="explain-what-popover"
|
||||
:target="id" triggers="focus" custom-class="explain-what-popover"
|
||||
:variant="variant" :title="title"
|
||||
>
|
||||
<span v-html="content" />
|
||||
|
|
Loading…
Add table
Reference in a new issue