Skip to content

Commit fb3935d

Browse files
committed
fix: remove unused listeners
1 parent 89d0606 commit fb3935d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/pages/about.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ function onBeforeToggleHoverCard(event: ToggleEvent & { source: HTMLElement }) {
257257
<ul
258258
v-else-if="contributors.length"
259259
class="flex flex-wrap justify-center gap-2 list-none p-0 overflow-visible"
260-
@mouseover="onListMouseEnter"
261-
@mouseout="onListMouseLeave"
262-
@click="onListClick"
263260
>
264261
<li
265262
v-for="contributor in contributors"

0 commit comments

Comments
 (0)