Skip to content

Commit

Permalink
100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
xda2023 committed Dec 23, 2024
1 parent 02a20a0 commit de4eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ui/src/dock/tiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Tiles {
resizing_index: None,
resizing_drag_data: None,
bounds: Bounds::default(),
history: History::new().group_interval(std::time::Duration::from_secs(1)),
history: History::new().group_interval(std::time::Duration::from_millis(100)),
scroll_state: Rc::new(Cell::new(ScrollbarState::default())),
scroll_handle: ScrollHandle::default(),
}
Expand Down

0 comments on commit de4eb3b

Please sign in to comment.