Fixed a comment

This commit is contained in:
Muhand Jumah 2023-04-27 10:23:53 -04:00
parent cad6d82289
commit dc142d143f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}