We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7637c9 commit cad2133Copy full SHA for cad2133
packages/core-data/src/entities.js
@@ -375,7 +375,6 @@ async function loadPostTypeEntities() {
375
supports: {
376
undo: true,
377
crdtPersistence: true,
378
- undo: true,
379
},
380
};
381
}
packages/sync/src/manager.ts
@@ -99,9 +99,7 @@ export function createSyncManager(): SyncManager {
99
void updateEntityRecord( objectType, objectId );
100
101
102
- if ( syncConfig.supports?.undo ) {
103
- undoManager.addToScope( recordMap );
104
- }
+ undoManager.addToScope( recordMap );
105
106
const entityState: EntityState = {
107
handlers,
0 commit comments