mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-29 05:31:53 +02: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