Skip to content

Commit

Permalink
Merge pull request #5050 from iahu/master
Browse files Browse the repository at this point in the history
fix: 设置简单模式下高亮颜色,避免事件穿透
  • Loading branch information
Yanyan-Wang authored Oct 10, 2023
2 parents 3d1c5b9 + 7e4fbfd commit 20d22ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin/src/timeBar/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const SIMPLE_DEFAULT_STYLE = {
radius: 2,
opacity: 1,
cursor: 'ew-resize',
// 高亮的颜色
highLightFill: '#0050b3',
};

export default class Handler {
Expand Down

0 comments on commit 20d22ca

Please sign in to comment.