FIX: Evaluate after deleting content in the user API

This commit is contained in:
Nicolás Hatcher
2025-10-19 12:21:17 +02:00
parent f2da24326b
commit 895244ed11
2 changed files with 66 additions and 0 deletions

View File

@@ -627,6 +627,7 @@ impl UserModel {
}
}
self.push_diff_list(diff_list);
self.evaluate_if_not_paused();
Ok(())
}
@@ -656,6 +657,7 @@ impl UserModel {
}
}
self.push_diff_list(diff_list);
self.evaluate_if_not_paused();
Ok(())
}