Remove unnecessary complex anonymous callback on poster list

This commit is contained in:
2025-09-25 22:07:29 +02:00
parent 54c1957776
commit e041da9cf4

View File

@@ -35,7 +35,7 @@
<div <div
class="image" class="image"
hover="{% trans %}Click to expand{% endtrans %}" hover="{% trans %}Click to expand{% endtrans %}"
@click="(e) => active = e.target.firstElementChild" @click="active = $el.firstElementChild"
> >
<img src="{{ poster.file.url }}"></img> <img src="{{ poster.file.url }}"></img>
</div> </div>