This commit is contained in:
Antonio Scandurra 2023-11-09 19:11:17 +01:00
parent b029083441
commit 1a0ddc424b
2 changed files with 15 additions and 30 deletions

View file

@ -50,7 +50,7 @@ pub struct UniformList<V: 'static> {
scroll_handle: Option<UniformListScrollHandle>,
}
#[derive(Clone)]
#[derive(Clone, Default)]
pub struct UniformListScrollHandle(Arc<Mutex<Option<ScrollHandleState>>>);
#[derive(Clone, Debug)]