mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-08 17:04:21 +02:00
WIP: editable datasources
This commit is contained in:
@@ -269,7 +269,8 @@ public enum TransformableContainer<O: CoreStoreObject> {
|
||||
}
|
||||
|
||||
internal var valueForSnapshot: Any {
|
||||
return self.value
|
||||
|
||||
return self.value as Any
|
||||
}
|
||||
|
||||
|
||||
@@ -486,6 +487,7 @@ public enum TransformableContainer<O: CoreStoreObject> {
|
||||
}
|
||||
|
||||
internal var valueForSnapshot: Any {
|
||||
|
||||
return self.value as Any
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user