Skip to content

Commit

Permalink
fix(shared): 组件Image支持onLongPress,#7061
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Sep 3, 2020
1 parent 031f908 commit 5f8f029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ const Image = {
'lazy-load': 'false',
'show-menu-by-longpress': 'false',
bindError: '',
bindLoad: ''
bindLoad: '',
...touchEvents
}

const LivePlayer = {
Expand Down

0 comments on commit 5f8f029

Please sign in to comment.