tyouwei
Results
1
comments of
tyouwei
Did some research and found out the issue seems to be in the insertOrUpdateBlock function defined in here: https://github.com/TypeCellOS/BlockNote/blob/main/packages/core/src/extensions/SuggestionMenu/getDefaultSlashMenuItems.ts ``` if ( Array.isArray(currentBlock.content) && ((currentBlock.content.length === 1 && isStyledTextInlineContent(currentBlock.content[0]) &&...