adjust scroll offset

This commit is contained in:
Olivier 'reivilibre' 2021-06-27 01:06:03 +01:00
parent 589f3beba5
commit 747715f588
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ where
event.clone(),
content,
cursor_position,
scroll_offset,
scroll_offset + Vector::new(0.0, self.state.offset.absolute(bounds, content_bounds)),
renderer,
clipboard,
messages,