Skip to content

Commit

Permalink
#2806 All inner space of selected Functional Group is highlighted if …
Browse files Browse the repository at this point in the history
…structure selected via CTRL+A (#2843)

- added highlighting prevention if sgroup selected

Co-authored-by: Roman Rodionov <rodionr1@gene.com>
  • Loading branch information
rrodionov91 and Roman Rodionov authored Jun 30, 2023
1 parent 2083b0d commit e8d3013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class ReSGroup extends ReObject {
sGroupItem.hovering = this.getContractedSelectionContour(render).attr(
options.hoverStyle
)
} else {
} else if (!this.selected) {
sGroupItem.hovering = paper
.path(
'M{0},{1}L{2},{3}L{4},{5}L{6},{7}L{0},{1}',
Expand Down

0 comments on commit e8d3013

Please sign in to comment.