mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-15 13:46:04 +00:00
Prepare for follow-on change
This commit is contained in:
parent
71828e7917
commit
a63ded757e
@ -58,7 +58,7 @@ impl OperationView {
|
|||||||
self.children
|
self.children
|
||||||
.iter()
|
.iter()
|
||||||
.enumerate()
|
.enumerate()
|
||||||
.map(|(i, view)| (view, Some(i) == self.selected, 1)),
|
.map(move |(i, view)| (view, Some(i) == self.selected, 1)),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user