custom indicators fixed
This commit is contained in:
@@ -194,6 +194,8 @@ export class WorkspaceManager {
|
||||
const storeConfig = this.stores.find((s) => s.name === storeName);
|
||||
if (storeConfig?.persistent) {
|
||||
this.dirtyStores.add(storeName);
|
||||
// Persist immediately so changes survive page reloads (not just graceful shutdown)
|
||||
await this.saveDirtyStores();
|
||||
}
|
||||
|
||||
// Send response if needed
|
||||
|
||||
Reference in New Issue
Block a user