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 22da267 commit 739b1bfCopy full SHA for 739b1bf
packages/editor/src/core/extensions/unique-id/plugin.ts
@@ -94,7 +94,8 @@ export const createUniqueIDPlugin = (options: UniqueIDOptions) => {
94
tr.setStoredMarks(newState.tr.storedMarks);
95
96
// Don't add ID generation to undo history
97
- tr.setMeta("addToHistory", false);
+ // since its causing issue with undo feature we are commmeting it out for now
98
+ // tr.setMeta("addToHistory", false);
99
100
return tr;
101
},
0 commit comments