mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Don't observe thumbnails model in thumbnails view
This commit is contained in:
@@ -3,7 +3,7 @@ import SwiftUI
|
|||||||
|
|
||||||
struct ThumbnailView: View {
|
struct ThumbnailView: View {
|
||||||
var url: URL?
|
var url: URL?
|
||||||
@ObservedObject private var thumbnails = ThumbnailsModel.shared
|
private let thumbnails = ThumbnailsModel.shared
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
WebImage(url: url)
|
WebImage(url: url)
|
||||||
|
Reference in New Issue
Block a user