Skip to content

Commit

Permalink
#2679 revert changes for text
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlaStarla committed Aug 7, 2023
1 parent 760ba42 commit c44bfa6
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 c44bfa6

Please sign in to comment.