@supernova-studio/client 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -13959,6 +13959,8 @@ var DocsStructureRepository = class {
13959
13959
  try {
13960
13960
  return await this.transactionExecutor(action.action);
13961
13961
  } catch (e) {
13962
+ this.localActions = this.localActions.filter((a) => a.tId !== action.action.tId);
13963
+ this.refreshHierarchy();
13962
13964
  this.errorObservers.forEach((o) => o(e, action.metadata));
13963
13965
  }
13964
13966
  }