remove stop_propagation on_mouse_up to avoid unintended consequence of input always highlighting/selecting while mousing over
This commit is contained in:
@@ -534,7 +534,6 @@ impl EditableTextElement {
|
||||
return;
|
||||
}
|
||||
|
||||
cx.stop_propagation();
|
||||
state.update(cx, |state, cx| {
|
||||
state.on_mouse_up(event, window, cx);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user