mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-15 05:33:31 +01:00
trigger lazy initialization of ObjectPublisher observation after addObserver() (fixes #383)
This commit is contained in:
@@ -95,6 +95,7 @@ public final class ObjectPublisher<O: DynamicObject>: ObjectRepresentation, Hash
|
||||
Internals.Closure(callback),
|
||||
forKey: observer
|
||||
)
|
||||
_ = self.lazySnapshot
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user