diff --git a/Memola/Canvas/Contexts/GraphicContext.swift b/Memola/Canvas/Contexts/GraphicContext.swift index 38dc787..37c637c 100644 --- a/Memola/Canvas/Contexts/GraphicContext.swift +++ b/Memola/Canvas/Contexts/GraphicContext.swift @@ -48,7 +48,7 @@ final class GraphicContext: @unchecked Sendable { switch stroke.style { case .marker: guard let penStroke = stroke.stroke(as: PenStroke.self) else { return } - let deletedStroke = tree.remove(penStroke.anyStroke, in: penStroke.strokeBox) + tree.remove(penStroke.anyStroke, in: penStroke.strokeBox) withPersistence(\.backgroundContext) { [weak penStroke] context in penStroke?.object?.graphicContext = nil try context.saveIfNeeded()