fix: gate reorderable flex row shadow constant

This commit is contained in:
Lionel DARNIS 2026-05-24 10:01:43 +02:00
parent 7dd0ee835d
commit b1b8203a3b

View file

@ -21,6 +21,7 @@ use std::time::{Duration, Instant};
const DEFAULT_ANIMATION_DURATION: Duration = Duration::from_millis(180);
const DEFAULT_DRAG_LIFT: f32 = 10.0;
const DEFAULT_DRAG_THRESHOLD: f32 = 6.0;
#[cfg(feature = "wgpu")]
const SHADOW_BLUR_RADIUS: f32 = 20.0;
const POSITION_EPSILON: f32 = 0.5;