Watch for drag event while scrolling

This commit is contained in:
Jeremy Soller 2025-07-10 14:00:31 -06:00
parent 7524487ba7
commit e1d3010145
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -3575,9 +3575,9 @@ impl Tab {
Message::Scroll(viewport) => {
self.scroll_opt = Some(viewport.absolute_offset());
self.watch_drag = true;
}
Message::ScrollTab(scroll_speed) => {
self.watch_drag = true;
commands.push(Command::Iced(
scrollable::scroll_by(
self.scrollable_id.clone(),