Skip to content

Commit

Permalink
Merge pull request #3051 from epam/2679-highlight-colors-for-simple-o…
Browse files Browse the repository at this point in the history
…bjects-do-not-match-the-new-design

#2679 Highlight colors for Simple Objects do not match the new design
  • Loading branch information
Zhirnoff authored Aug 7, 2023
2 parents 7e08130 + c44bfa6 commit 21c7427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ReText extends ReObject {
drawHover(render: any): any {
if (!this.paths.length) return null;
const ret = this.hoverPath(render).attr(render.options.hoverStyle);
render.ctab.addReObjectPath(LayerMap.data, this.visel, ret);
render.ctab.addReObjectPath(LayerMap.hovering, this.visel, ret);
return ret;
}

Expand Down

0 comments on commit 21c7427

Please sign in to comment.