Restore object did change event
This commit is contained in:
parent
d07f42dc88
commit
e062ccc67e
|
@ -41,6 +41,7 @@ final class SidebarExpandedContainers: ObservableObject {
|
|||
}
|
||||
set(newValue) {
|
||||
expandedTable[containerID] = newValue
|
||||
objectDidChange.send()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue