mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-01 06:46:11 +00:00
Prepare for follow-on change
This commit is contained in:
parent
71828e7917
commit
a63ded757e
@ -58,7 +58,7 @@ impl OperationView {
|
||||
self.children
|
||||
.iter()
|
||||
.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