fix: new playlist button

This commit is contained in:
Phan An 2022-05-29 23:08:51 +02:00
parent f95d9a0cd6
commit d74b6ca63f
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -7,7 +7,7 @@
data-testid="sidebar-create-playlist-btn" data-testid="sidebar-create-playlist-btn"
role="button" role="button"
title="Create a new playlist" title="Create a new playlist"
@click.prevent="toggleContextMenu" @click.stop.prevent="toggleContextMenu"
></i> ></i>
</h1> </h1>