Skip to content

Commit

Permalink
fix: 修复图层图例事件偷传
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Oct 20, 2022
1 parent 44ff185 commit 45f9516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/composite-layers/src/core/constants.ts
Expand Up @@ -3,6 +3,10 @@ export const OriginLayerEventList: string[] = [
'inited',
// 代理掉的事件 'add', 'remove',
'dataUpdate',
// 数据映射更新,图例更新事件
'legend',
'legend:color',
'legend:size',
// 鼠标事件
// 单击事件
'click',
Expand Down

0 comments on commit 45f9516

Please sign in to comment.