Skip to content

Commit

Permalink
Merge pull request #24 from wozien/fix/wxCanvas-issue-23
Browse files Browse the repository at this point in the history
fix: removeEventListener 报错问题 #23
  • Loading branch information
qiuweikangdev authored Feb 16, 2023
2 parents cdf94c1 + 7653032 commit 0e6646d
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 0e6646d

Please sign in to comment.