Skip to content

Commit

Permalink
fix(timeline): can't drag view to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 29, 2022
1 parent 48157f6 commit 675952e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ export default defineComponent({
endTime.value = start + size
// Vertical
layersScroller.scrollTop = Math.min(totalLayersHeight.value, startDragScrollTop + deltaY)
layersScroller.scrollTop = startDragScrollTop + deltaY
}
}
Expand Down

0 comments on commit 675952e

Please sign in to comment.