kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix playlist editor can't click outside trash can to delete item
rodzic
a7e43a8346
commit
706d55413b
|
@ -0,0 +1 @@
|
|||
In playlist editor can now click outside the trashcan but inside the button to delete entry (#1348)
|
|
@ -157,10 +157,12 @@
|
|||
{{ plt.track.artist.name }}
|
||||
</td>
|
||||
<td class="right aligned">
|
||||
<button class="ui circular danger basic icon button">
|
||||
<button
|
||||
class="ui circular danger basic icon button"
|
||||
@click.stop="removePlt(index)"
|
||||
>
|
||||
<i
|
||||
class="trash icon"
|
||||
@click.stop="removePlt(index)"
|
||||
/>
|
||||
</button>
|
||||
</td>
|
||||
|
|
Ładowanie…
Reference in New Issue