mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-17 07:49:29 +00:00
Fix compiler error
This commit is contained in:
parent
260a753005
commit
b66e1d2d58
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue