Skip to content

Commit

Permalink
Fix elided blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 17, 2019
1 parent 27c23f0 commit eb9d315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function TrackBlocks({ classes, model, viewModel, blockState }) {
<ElidedBlockMarker
key={block.key}
width={block.widthPx}
offset={block.offsetPx - model.offsetPx}
offset={block.offsetPx - viewModel.offsetPx}
/>
)
}
Expand Down

0 comments on commit eb9d315

Please sign in to comment.