pileup.js icon indicating copy to clipboard operation
pileup.js copied to clipboard

Make double-click zoom in

Open danvk opened this issue 9 years ago • 1 comments

ala IGV

danvk avatar Mar 20 '15 14:03 danvk

This winds up being surprisingly tricky to handle in the VisualizationWrapper layer (where we'd like to handle it). We want to catch dblclick events, but not interfere with the Track's handling of click events. See this answer for some details on one approach.

danvk avatar Oct 27 '15 15:10 danvk