mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-09 00:04:41 +00:00
Remove unnecessary complex anonymous callback on poster list
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<div
|
||||
class="image"
|
||||
hover="{% trans %}Click to expand{% endtrans %}"
|
||||
@click="(e) => active = e.target.firstElementChild"
|
||||
@click="active = $el.firstElementChild"
|
||||
>
|
||||
<img src="{{ poster.file.url }}"></img>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user