mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 04:08:32 +08:00
fix: 设置简单模式下高亮颜色,避免事件穿透
This commit is contained in:
parent
901d1c6fb5
commit
7e4fbfd7dd
@ -40,6 +40,8 @@ const SIMPLE_DEFAULT_STYLE = {
|
||||
radius: 2,
|
||||
opacity: 1,
|
||||
cursor: 'ew-resize',
|
||||
// 高亮的颜色
|
||||
highLightFill: '#0050b3',
|
||||
};
|
||||
|
||||
export default class Handler {
|
||||
|
Loading…
Reference in New Issue
Block a user