mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 23:34:11 +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| {
|
||||
let _ = this.submit(cx);
|
||||
}))
|
||||
.tooltip(|cx| {
|
||||
.tooltip(move |cx| {
|
||||
Tooltip::with_meta(
|
||||
"Submit feedback to the Zed team.",
|
||||
None,
|
||||
|
|
Loading…
Reference in a new issue