Fix compiler error

This commit is contained in:
Joseph T. Lyons 2023-12-08 11:35:49 -05:00
parent 260a753005
commit b66e1d2d58

View file

@ -384,7 +384,7 @@ impl Render for FeedbackModal {
.on_click(cx.listener(|this, _, cx| { .on_click(cx.listener(|this, _, cx| {
let _ = this.submit(cx); let _ = this.submit(cx);
})) }))
.tooltip(|cx| { .tooltip(move |cx| {
Tooltip::with_meta( Tooltip::with_meta(
"Submit feedback to the Zed team.", "Submit feedback to the Zed team.",
None, None,