remove stop_propagation on_mouse_up to avoid unintended consequence of input always highlighting/selecting while mousing over

This commit is contained in:
temportalflux
2026-07-11 13:16:17 -04:00
parent 7c0de7f924
commit cb26ad76dc
@@ -534,7 +534,6 @@ impl EditableTextElement {
return;
}
cx.stop_propagation();
state.update(cx, |state, cx| {
state.on_mouse_up(event, window, cx);
});