WIP: editable datasources

This commit is contained in:
John Estropia
2019-10-11 07:47:49 +09:00
parent d5114fc4bc
commit 81dfb8e3e5
21 changed files with 1253 additions and 479 deletions

View File

@@ -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
}