mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Don't observe thumbnails model in thumbnails view
This commit is contained in:
parent
e4d583a263
commit
d5626b877c
@ -3,7 +3,7 @@ import SwiftUI
|
||||
|
||||
struct ThumbnailView: View {
|
||||
var url: URL?
|
||||
@ObservedObject private var thumbnails = ThumbnailsModel.shared
|
||||
private let thumbnails = ThumbnailsModel.shared
|
||||
|
||||
var body: some View {
|
||||
WebImage(url: url)
|
||||
|
Loading…
Reference in New Issue
Block a user