@drawnagency/primitives 0.1.18 → 0.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drawnagency/primitives",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
@@ -247,7 +247,7 @@ export default function EditorShell({
247
247
  await persistMediaManifest(loadedManifest);
248
248
  }
249
249
  setSavedSha(data.savedBranchSha ?? null);
250
- setMainSha(data.sha);
250
+ setMainSha(headSha);
251
251
  setChangedSectionIds(new Set(data.changedSectionIds ?? []));
252
252
  setMainIndex(data.mainIndex ?? data.index);
253
253
  }