mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/escher/ion] Remove Graph memoized models on storage change
This commit is contained in:
@@ -37,6 +37,10 @@ void App::Snapshot::reset() {
|
||||
m_graphRange.setDefault();
|
||||
}
|
||||
|
||||
void App::Snapshot::storageDidChangeForRecord(const Ion::Storage::Record record) {
|
||||
m_functionStore.storageDidChangeForRecord(record);
|
||||
}
|
||||
|
||||
App::Descriptor * App::Snapshot::descriptor() {
|
||||
static Descriptor descriptor;
|
||||
return &descriptor;
|
||||
|
||||
Reference in New Issue
Block a user