diff --git a/crates/story/src/main.rs b/crates/story/src/main.rs index 56a8c0ab..dc1be956 100644 --- a/crates/story/src/main.rs +++ b/crates/story/src/main.rs @@ -472,6 +472,7 @@ impl Render for StoryWorkspace { .justify_end() .px_2() .gap_2() + .on_mouse_down(MouseButton::Left, |_, cx| cx.stop_propagation()) .child(self.theme_color_picker.clone()) .child( Button::new("add-panel")