Fix the feedback modal (#26793)
Closes #26787 Release Notes: - Fixed a bug that prevented typing in the in-app feedback form
This commit is contained in:
parent
e5d2678d94
commit
f2f9c786da
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ impl Render for ModalLayer {
|
||||||
.child(
|
.child(
|
||||||
h_flex()
|
h_flex()
|
||||||
.occlude()
|
.occlude()
|
||||||
.child(div().child(active_modal.modal.view()))
|
.child(active_modal.modal.view())
|
||||||
.on_mouse_down(MouseButton::Left, |_, _, cx| {
|
.on_mouse_down(MouseButton::Left, |_, _, cx| {
|
||||||
cx.stop_propagation();
|
cx.stop_propagation();
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue