Skip to content

Commit 1a73ecd

Browse files
committed
chore: add comment
1 parent 3bde6f1 commit 1a73ecd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core/src/schema/blocks/createSpec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ export function addNodeAndExtensionsToSpec<
210210

211211
// See explanation for why `update` is not implemented for NodeViews
212212
// 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)
213215
return nodeView;
214216
};
215217
},

0 commit comments

Comments
 (0)