This commit is contained in:
Ryan Di
2026-04-24 17:13:37 +10:00
parent 79b5bab273
commit 638c544bd1
+1 -6
View File
@@ -727,12 +727,7 @@ export class StoreDelta {
const elements = ElementsDelta.create(added, removed, updated);
const appState = AppStateDelta.create(appStateDelta);
return new this(
id,
elements,
appState,
cloneStoreDeltaMarkers(markers),
);
return new this(id, elements, appState, cloneStoreDeltaMarkers(markers));
}
/**