mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Fix popover not triggering on safari
This commit is contained in:
parent
f11b8d24af
commit
56574f9467
|
@ -20,7 +20,13 @@
|
|||
@row-selected="onRowSelected"
|
||||
>
|
||||
<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" />
|
||||
</b-button>
|
||||
<b-popover :target="`btn-actions_${row.index}`" triggers="focus" placement="left">
|
||||
|
|
Loading…
Reference in New Issue
Block a user