mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix: use innerText as tooltip text instead of bindings
- this fixes the updates problem -
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
></div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
<div class="title ellip" v-tooltip="track.title">
|
||||
<div class="title ellip" v-tooltip>
|
||||
{{ track.title }}
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
Reference in New Issue
Block a user