fix: error that changes in active node panel did not get saved

This commit is contained in:
2025-12-05 12:28:26 +01:00
parent 3eafdc50b1
commit 98672eb702
3 changed files with 4 additions and 3 deletions

View File

@@ -64,6 +64,7 @@
lastPropsHash = propsHash;
if (needsUpdate) {
manager.save();
manager.execute();
}
}