Skip to content

Commit

Permalink
fix: removeEventListener 报错问题 #issue-23
Browse files Browse the repository at this point in the history
  • Loading branch information
wusheng committed Feb 16, 2023
1 parent cdf94c1 commit 7653032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/echarts/src/weapp/wx-canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export default class WxCanvas {
// noop
}

removeEventListener() {
// noop
}

detachEvent() {
// noop
}
Expand Down

0 comments on commit 7653032

Please sign in to comment.