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 3bde6f1 commit 1a73ecdCopy full SHA for 1a73ecd
1 file changed
packages/core/src/schema/blocks/createSpec.ts
@@ -210,6 +210,8 @@ export function addNodeAndExtensionsToSpec<
210
211
// See explanation for why `update` is not implemented for NodeViews
212
// https://github.com/TypeCellOS/BlockNote/pull/1904#discussion_r2313461464
213
+ // TODO: in a future version, we might want to implement updates so that
214
+ // vanilla blocks don't always re-render entirely (https://github.com/TypeCellOS/BlockNote/issues/220)
215
return nodeView;
216
};
217
},
0 commit comments