mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Merge pull request #929 from aemr3/fix-popover-safari
Fix popover not triggering on safari
This commit is contained in:
commit
9443911571
|
@ -20,7 +20,13 @@
|
||||||
@row-selected="onRowSelected"
|
@row-selected="onRowSelected"
|
||||||
>
|
>
|
||||||
<template #cell(actions)="row">
|
<template #cell(actions)="row">
|
||||||
<b-button :id="`btn-actions_${row.index}`" class="btn-xs" size="sm" title="Actions">
|
<b-button
|
||||||
|
:id="`btn-actions_${row.index}`"
|
||||||
|
class="btn-xs"
|
||||||
|
size="sm"
|
||||||
|
title="Actions"
|
||||||
|
href="#"
|
||||||
|
>
|
||||||
<ActionIcon :size="16" title="Actions" />
|
<ActionIcon :size="16" title="Actions" />
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-popover :target="`btn-actions_${row.index}`" triggers="focus" placement="left">
|
<b-popover :target="`btn-actions_${row.index}`" triggers="focus" placement="left">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user