mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 17:09:10 +01:00
WIP: editable datasources
This commit is contained in:
@@ -264,7 +264,8 @@ public enum ValueContainer<O: CoreStoreObject> {
|
||||
}
|
||||
|
||||
internal var valueForSnapshot: Any {
|
||||
return self.value
|
||||
|
||||
return self.value as Any
|
||||
}
|
||||
|
||||
|
||||
@@ -481,6 +482,7 @@ public enum ValueContainer<O: CoreStoreObject> {
|
||||
}
|
||||
|
||||
internal var valueForSnapshot: Any {
|
||||
|
||||
return self.value as Any
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user