Watch for drag event while scrolling
This commit is contained in:
parent
7524487ba7
commit
e1d3010145
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue