chore: update gpui

This commit is contained in:
2025-04-28 15:08:47 +07:00
parent 107fedeafd
commit 44f0650617
3 changed files with 108 additions and 101 deletions

View File

@@ -172,7 +172,7 @@ impl Element for Switch {
this.with_animation(
ElementId::NamedInteger(
"move".into(),
checked as usize,
checked as u64,
),
Animation::new(dur),
move |this, delta| {