Skip to content

Commit

Permalink
Fix shading on synteny features after mouseout (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 18, 2023
1 parent 1be970d commit dba0801
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ function stateModelFactory(configSchema: AnyConfigurationSchemaType) {
if (!view.initialized) {
return
}
if (self.mouseoverId || self.clickId) {
drawMouseoverSynteny(self)
}
drawMouseoverSynteny(self)
}),
)

Expand Down

0 comments on commit dba0801

Please sign in to comment.