lidaof / eg-react

WashU Epigenome Browser
https://epigenomegateway.wustl.edu
Other
66 stars 29 forks source link

Highlighting in the embedded browser? #321

Open joreynajr opened 1 year ago

joreynajr commented 1 year ago

Hi,

I was just wondering if it's possible to enable highlighting in the embedded version?

Thanks!

Joaquin

lidaof commented 1 year ago

Hi @joreynajr i think so, you would need to control the highlights array in the state, please see https://github.com/lidaof/eg-react/blob/master/frontend/src/AppState.ts#L89, this controls all the states of a browser session.

joreynajr commented 1 year ago

Thanks! I'll take a look.