Lattice-Automation / seqviz

a JavaScript DNA, RNA, and protein sequence viewer
https://tools.latticeautomation.com/seqviz
MIT License
246 stars 53 forks source link

fix selection #209

Closed bugzpodder closed 1 year ago

bugzpodder commented 1 year ago

Fixes #207 except for "SelectAll"

https://codesandbox.io/p/sandbox/modest-dream-3p1ws4

selection need to be merged before being passed to EventHandler. the hot key "SelectAll" isn't fixed here, not clear how it works (I tried to invoke meta + 'a', but didn't really do anything)