We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57fdbb commit 061853fCopy full SHA for 061853f
SDWebImageSwiftUI/Classes/ImageManager.swift
@@ -81,6 +81,7 @@ class ImageManager : ObservableObject {
81
82
func cancel() {
83
currentOperation?.cancel()
84
+ currentOperation = nil
85
}
86
87
0 commit comments