layout admin: add missing calls to update_hash

This commit is contained in:
Alex Auvolat
2023-11-09 15:42:10 +01:00
parent 03ebf18830
commit bad7cc812e
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ impl LayoutHistory {
.collect::<HashSet<_>>()
}
pub(crate) fn update_hashes(&mut self) {
pub fn update_hashes(&mut self) {
self.trackers_hash = self.calculate_trackers_hash();
self.staging_hash = self.calculate_staging_hash();
}