Fixed a comment
This commit is contained in:
parent
cad6d82289
commit
dc142d143f
|
@ -103,7 +103,7 @@ private extension HighlightingView {
|
|||
previous: self.previous
|
||||
)
|
||||
ZStack {
|
||||
// TODO: Find a better way than this hacky method
|
||||
// TODO: Find a better way than this hacky method (this is needed for now because we need the `v`'s frame in overlay.
|
||||
v
|
||||
.opacity(0)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue