fix: 设置简单模式下高亮颜色,避免事件穿透

This commit is contained in:
i18u 2023-10-10 12:08:49 +08:00
parent 901d1c6fb5
commit 7e4fbfd7dd

View File

@ -40,6 +40,8 @@ const SIMPLE_DEFAULT_STYLE = {
radius: 2,
opacity: 1,
cursor: 'ew-resize',
// 高亮的颜色
highLightFill: '#0050b3',
};
export default class Handler {