fix(components): [el-collapse] collapse item key pressing jumping (#6462)

- Fix the issue when pressing `space` key on collapse item the page will jump
This commit is contained in:
JeremyWuuuuu
2022-03-08 17:54:31 +08:00
committed by GitHub
parent 505616c2ab
commit bc8443773b

View File

@@ -22,7 +22,7 @@
role="button"
:tabindex="disabled ? -1 : 0"
@click="handleHeaderClick"
@keyup.space.enter.stop="handleEnterClick"
@keypress.space.enter.stop.prevent="handleEnterClick"
@focus="handleFocus"
@blur="focusing = false"
>