Skip to content

Commit

Permalink
[#639] 아이콘 컴포넌트의 클릭 이벤트 stop 수식어 제거 (#822)
Browse files Browse the repository at this point in the history
Co-authored-by: mjchoi <mjchoi@ex-em.com>
  • Loading branch information
mmindy and exemfe3 authored Jun 7, 2021
1 parent 0811ba4 commit 248f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icon/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
icon,
{ [`ev-icon-${size}`]: !!size },
]"
@click.stop="onClick"
@click="onClick"
@dblClick="onDblClick"
@contextmenu="onContextMenu"
/>
Expand Down

0 comments on commit 248f582

Please sign in to comment.