Skip to content

Commit

Permalink
Make sure we are recursively removing images
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Dec 6, 2024
1 parent c444072 commit ebd28e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VinOutlineKit/Sources/VinOutlineKit/Outline.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@ public final class Outline: RowContainer, Identifiable, Equatable, Hashable {
if let shadowTableIndex = visited.shadowTableIndex {
deletes.insert(shadowTableIndex)
}
removeImages(rowID: visited.id)
visited.rows.forEach { $0.visit(visitor: deleteVisitor) }
}

Expand Down

0 comments on commit ebd28e8

Please sign in to comment.