mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 02:41:24 +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),
|
Internals.Closure(callback),
|
||||||
forKey: observer
|
forKey: observer
|
||||||
)
|
)
|
||||||
|
_ = self.lazySnapshot
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user