Skip to content

Commit eb9d315

Browse files
committed
Fix elided blocks
1 parent 27c23f0 commit eb9d315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/linear-genome-view/src/BasicTrack/components/TrackBlocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function TrackBlocks({ classes, model, viewModel, blockState }) {
8080
<ElidedBlockMarker
8181
key={block.key}
8282
width={block.widthPx}
83-
offset={block.offsetPx - model.offsetPx}
83+
offset={block.offsetPx - viewModel.offsetPx}
8484
/>
8585
)
8686
}

0 commit comments

Comments
 (0)