add shared hover state in session model #2458
Labels
enhancement
New feature or request
needs review
needs verification and/or more specifics
protein_msa
Currently we have
session.selection
, which is the currently "selected" object, which can be anything.Let's add a
session.hover
, which is the currently hovered-over object, which can also be anything.One example use case would be when hovering over a spot in the LGV, the LGV would set hover to a location object that specifies that the user is hovering over a specific spot in a specific ref seq in a specific assembly.
Also add a couple of integrations for this to drive development:
session.hover
. Draws cursors in the track panel and the overview in response tosession.hover
, and setssession.hover
when the user mouses over each of them.session.hover
The text was updated successfully, but these errors were encountered: